Features
- All exceptions are now added as breadcrumbs on future events. Previously this was only the case for exceptions captured via the
Sentry.SeriLog
orSentry.Extensions.Logging
integrations. (#3584)
Fixes
- On mobile devices, the SDK no longer throws a
FormatException
forProcessorFrequency
when trying to report native events (#3541) - Add missing org parameter to the CLI release operations (#3600)
API Changes
- When the Sentry SDK is disabled,
SentrySdk.StartTransaction()
now returns aNoOpTransaction
, which avoids unnecessary memory allocations (#3581)