Obsoletion
WithScope
andWithScopeAsync
have been proven to not work correctly in desktop contexts when using a global scope. They are now deprecated in favor of the overloads ofCaptureEvent
,CaptureMessage
, andCaptureException
. Those methods provide a callback to a configurable scope. (#2677)StackFrame.InstructionOffset
has not been used in the SDK and has been ignored on the server for years. (#2689)
Features
- Release of Azure Functions (Isolated Worker/Out-of-Process) support (#2686)
Fixes
- Scope is now correctly applied to Transactions when using OpenTelemetry on ASP.NET Core (#2690)