You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WithScope and WithScopeAsync have been proven to not work correctly in desktop contexts when using a global scope. They are now deprecated in favor of the overloads of CaptureEvent, CaptureMessage, and CaptureException. 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)