1.0.0-preview.11 (2021-03-30)
Breaking Changes
- Update @azure/core-tracing to version 1.0.0-preview.11. This brings core-tracing up to date with @opentelemetry/api@1.0.0-rc.0.
There are two scenarios that will require changes if you are using tracing:- Previously, you would pass a parent span using the
OperationOptions.tracingOptions.spanOptions.parentSpan
property. This has been
changed so that you now specify a parentContext
using theOperationOptions.tracingOptions.tracingContext
property instead. - The status code for Spans is no longer of type
CanonicalCode
. Instead, it's nowSpanStatusCode
, which also has a smaller range of values.
- Previously, you would pass a parent span using the