Skip to content

Release v1.2.0/v0.27.0

Compare
Choose a tag to compare
@Aneurysm9 Aneurysm9 released this 15 Nov 18:16
· 1185 commits to main since this release
v1.2.0
a890add

Changed

  • Update dependency on the go.opentelemetry.io/otel project to v1.2.0.
  • go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig
    updated to ensure access to the TracerProvider.
    • A NewTracerProvider() function is available to construct a recommended
      TracerProvider configuration.
    • AllRecommendedOptions() has been renamed to WithRecommendedOptions()
      and takes a TracerProvider as an argument.
    • EventToCarrier() and Propagator() are now WithEventToCarrier() and
      WithPropagator() to reflect that they return Option implementations.