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

latest releases: @azure/core-rest-pipeline_1.16.0, @azure/core-amqp_4.2.2, @azure/communication-sms_1.2.0-beta.1...
pre-release4 years ago

1.0.0-preview.7 2nd December 2019

  • Updated the behavior of how incompatible versions of OpenTelemetry Tracer are handled. Now, errors will be thrown only if the user has manually set a Tracer. This means that incompatible versions will be silently ignored when tracing is not enabled.
  • Updated to use OpenTelemetry 0.2 via the @opentelemetry/types package. There were two breaking changes in this update:
    • isRecordingEvents on Span was renamed to isRecording. PR link
    • addLink was removed from Span as links are now only allowed to be added during span creation. This is possible by specifying any necessary links inside SpanOptions. PR link

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

NewReleases is sending notifications on new releases.