Features
- Reduced the memory footprint of
SpanId
by refactoring the ID generation (2619) - Reduced the memory footprint of
SpanTracer
by initializing the tags lazily (2636) - Added distributed tracing without performance for Azure Function Workers (#2630)
- The SDK now provides and overload of
ContinueTrace
that accepts headers asstring
(#2601) - Sentry tracing middleware now gets configured automatically (#2602)
Fixes
- Resolved issue identifying users with OpenTelemetry (#2618)
Azure Functions Beta
- Package name changed from
Sentry.AzureFunctions.Worker
toSentry.Azure.Functions.Worker
. Note AzureFunctions now is split by a.
. (#2637)