1.7.0-beta.2 (2023-06-06)
Breaking Changes
These changes affect only code written against beta version v1.7.0-beta.1
- Method
SpanFromContext()
on typetracing.Tracer
had thebool
return value removed.- This includes the field
SpanFromContext
in supporting typetracing.TracerOptions
.
- This includes the field
- Method
AddError()
has been removed from typetracing.Span
. - Method
Span.End()
now requires an argument of type*tracing.SpanEndOptions
.
Bugs Fixed
- Fixed an issue in
azcore.NewClient()
andarm.NewClient()
that could cause an incorrect module name to be used in telemetry.