Features
- Initial work to support profiling in a future release. (#2206)
- Create a Sentry event for failed HTTP requests (#2320)
- Improve
WithScope
and addWithScopeAsync
(#2303) (#2309) - Build .NET Standard 2.1 for Unity (#2328)
- Add
RemoveExceptionFilter
,RemoveEventProcessor
andRemoveTransactionProcessor
extension methods onSentryOptions
(#2331) - Include Dynamic Sampling Context with error events, when there's a transaction (#2332)
Fixes
- Buffer payloads asynchronously when appropriate (#2297)
- Restore
System.Reflection.Metadata
dependency for .NET Core 3 (#2302) - Capture open transactions on disabled hubs (#2319)
- Remove session breadcrumbs (#2333)
- Support synchronous
HttpClient.Send
inSentryHttpMessageHandler
(#2336) - Fix ASP.NET Core issue with missing context when using capture methods that configure scope (#2339)
- Improve debug file upload handling (#2349)