Releases: getsentry/sentry-dotnet
Releases · getsentry/sentry-dotnet
5.0.0
API Changes
- Removed net6.0 and net7.0 TFMs as Microsoft has stopped supporting both of these now. If you need to target net6.0 or net7.0 then we recommend using version 4.x of the .NET SDK for Sentry. (#3807)
- Sentry's Experimental Metrics feature has been deprecated and removed from the SDK. (#3718)
SentryOptions.EnableTracinghas been removed. Instead, tracing should be enabled or disabled by setting theSentryOptions.TracesSampleRateor by usingSentryOptions.TracesSamplerto configure a sampling function (#3569)- Temporarily removed experimental Session Replay support (#3827)
- You should no longer pass
AndroidContextas an argument toSentrySdk.Init(#3562) - The
SentryUser.Segmentproperty has been deprecated. Consider sending this as a tag or additional data instead (#3563) - The ITraceContext now includes an Origin, which is set automatically and is primarily used internally by the Sentry server (#3564)
Device.BatteryLevelandDevice.ProcessorFrequencyare now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#3567)- The
FailedRequestTargets,TagFiltersandTracePropagationTargetsoptions have all been changed fromSubstringOrRegexPatterntoIList<StringOrRegex>(#3566) Scope.Transactionis now always stored as anAsyncLocalalso in Global Mode, to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). (#3596)
Features
- Added support for
.NET 9(#3699) - Heap dumps can be captured automatically when memory usage exceeds a configurable threshold. Note that this API is still experimental and may change based on user feedback. (#3667)
- libsentrysupplemental.so now supports 16 KB page sizes on Android (#3723)
- Added
SentryOptionsextension for profiling:options.AddProfilingIntegration()(#3660)
Fixes
- Address Trim warnings to enable AOT support, including support for MAUI specifically. (#3841)
- Fixed JNI Error when accessing Android device data from multiple threads (#3802)
- Android - fix bug that prevents logcat.log from getting attached to unhandled events (SIGSEGV Segfault) (#3694)
- Fixed ArgumentNullException in FormRequestPayloadExtractor when handling invalid form data on ASP.NET (#3734)
- Fixed NullReferenceException in SentryTraceHeader when parsing null or empty values (#3757)
- Fix "System.ArgumentOutOfRangeException: Specified argument was out of the range of valid values. (Parameter 'idData')" error propagating OpenTelemetry span ids (#3850)
- ArgumentNullException in FormRequestPayloadExtractor when handling invalid form data on ASP.NET (#3734)
- Fixed crash when using NLog with FailedRequestStatusCodes options in a Maui app with Trimming enabled (#3743)
Dependencies
5.0.0-alpha.1
API Changes
- You should no longer pass
AndroidContextas an argument toSentrySdk.Init(#3562) - The
SentryUser.Segmentproperty has been deprecated. Consider sending this as a tag or additional data instead (#3563) - The ITraceContext now includes an Origin, which is set automatically and is primarily used internally by the Sentry server (#3564)
Device.BatteryLevelandDevice.ProcessorFrequencyare now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#3567)SentryOptions.EnableTracinghas been removed. Instead, tracing should be enabled or disabled by setting theSentryOptions.TracesSampleRateor by usingSentryOptions.TracesSamplerto configure a sampling function (#3569)- The
FailedRequestTargets,TagFiltersandTracePropagationTargetsoptions have all been changed fromSubstringOrRegexPatterntoIList<StringOrRegex>(#3566) Scope.Transactionis now always stored as anAsyncLocalalso in Global Mode, to prevent auto-instrumented spans from the UI ending up parented to transactions from a background task (or vice versa). (#3596)- Heap dumps can be captured automatically when memory usage exceeds a configurable threshold (#3667)
- Sentry's Experimental Metrics feature has been deprecated and removed from the SDK. (#3718)
Features
- Added support for
.NET 9(preview) (#3699) - libsentrysupplemental.so now supports 16 KB page sizes on Android (#3723)
- Added
SentryOptionsextension for profiling:options.AddProfilingIntegration()(#3660)
Fixes
- Fixed NullReferenceException in SentryTraceHeader when parsing null or empty values (#3757)
- ArgumentNullException in FormRequestPayloadExtractor when handling invalid form data on ASP.NET (#3734)
- Crash when using NLog with FailedRequestStatusCodes options in a Maui app with Trimming enabled (#3743)
Dependencies
4.13.0
4.12.2
Features
- Android - allow logcat attachments to be previewed in Sentry (#3711)
- Added a
SetBeforeScreenshotCapturecallback to the options: allowing the user to set an action before the screenshot is taken (#3661) - Make
Sentry.AspNetCore.Blazor.WebAssemblygenerally available. (#3674)
Fixes
- Events from NDK on Android will report sdk.name
sentry.native.android.dotnet(#3682)
Dependencies
4.12.1-segv1
Fixes
- Android - fix bug that prevents logcat.log from getting attached to unhandled event (SIGSEGV Segfault) (#3694)
- Events from NDK on Android will report sdk.name
sentry.native.android.dotnet(#3682)
Features
- Added a
SetBeforeScreenshotCapturecallback to the options: allowing the user to set an action before the screenshot is taken (#3661) - Make
Sentry.AspNetCore.Blazor.WebAssemblygenerally available. (#3674)
Dependencies
4.12.1
4.12.0
Support for Xcode 16.0 (BREAKING CHANGE)
If you are using Xcode 16.0, you will need to update the SDK to this version (4.12.0) or later.
If you are still using Xcode 15.4 or earlier, you need to continue to use the previous version (4.11.0) or earlier.
Using Xcode 16 to build .NET applications targeting iOS and Mac Catalyst requires .NET workload for iOS SDK version 18.0.8303. We built the SDK version 4.12.0 using Xcode 16 in order to support this scenario. That, unfortunately, breaks folks using older version of Xcode.
As such, if you are using SDK version 4.12.x and targeting iOS or Mac Catalyst, you will need to install and use Xcode 16 and workload iOS SDK 18.0.8303
Note that .NET 9 will also support Xcode 16, when it is released next month (Nov 2024).
API Changes
- The
SentrySdk.Metricsmodule is deprecated and will be removed in the next major release.
Sentry will reject all metrics sent after October 7, 2024.
Learn more: https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Upcoming-API-Changes-to-Metrics (#3619)
Fixes
- Fixed duplicate key exception for Hangfire jobs with AutomaticRetry (#3631)
Features
- Added a flag to options
DisableFileWriteto allow users to opt-out of all file writing operations. Note that toggling this will affect features such as offline caching and auto-session tracking and release health as these rely on some file persistency (#3614, #3641)
Dependencies
4.11.0
Features
- All exceptions are now added as breadcrumbs on future events. Previously this was only the case for exceptions captured via the
Sentry.SeriLogorSentry.Extensions.Loggingintegrations. (#3584)
Fixes
- On mobile devices, the SDK no longer throws a
FormatExceptionforProcessorFrequencywhen 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)
Dependencies
4.10.2
Various fixes & improvements
- fix: Prevent deadlock in
Hub.Dispose(#3539) by @bitsandfoxes - build(deps): bump github/codeql-action from 3.26.0 to 3.26.2 (#3543) by @dependabot