github Azure/azure-sdk-for-js @azure/core-tracing_1.0.0-preview.13

latest releases: @azure/communication-call-automation_1.2.0, @azure/template_1.0.12-beta.3748496, @azure/template_1.0.12-beta.3748467...
pre-release2 years ago

1.0.0-preview.13 (2021-07-15)

Features Added

  • Added support for disabling distributed tracing using the AZURE_TRACING_DISABLED environment variable.

Breaking Changes

  • Removed TestTracer and TestSpan from public API and into @azure/test-utils. PR #16315
    • TestTracer and TestSpan are intended for test support when used by other Azure packages and not intended for use by end users.
  • Removed setTracer, @azure/core-tracing will now rely on the trace API to fetch a tracer from the global tracer provider. PR #16347
    • If you are using setTracer, please use trace.setGlobalTracerProvider(provider) instead as described in the OpenTelemetry documentation.
  • Removed NoOpTracer and NoOpSpan from the public API. Please use trace.wrapSpanContext(INVALID_SPAN_CONTEXT) from @opentelemetry/api instead. PR #16315

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.