Features
- Add
FileDiagnosticLogger
to assist with debugging the SDK (#2242) - Attach stack trace when events have captured an exception without a stack trace (#2266)
- Add
Scope.Clear
andScope.ClearBreadcrumbs
methods (#2284) - Improvements to exception mechanism data (#2294)
Fixes
- Normalize StackFrame in-app resolution for modules & function prefixes (#2234)
- Calling
AddAspNet
more than once should not block all errors from being sent (#2253) - Fix Sentry CLI arguments when using custom URL or auth token parameters (#2259)
- Sentry.AspNetCore fix transaction name when path base is used and route starts with a slash (#2265)
- Fix Baggage header parsing in ASP.NET (Framework) (#2293)