Releases: getsentry/sentry-dotnet
Releases · getsentry/sentry-dotnet
5.4.0
5.3.0
Features
- User Feedback can now be captured without errors/exceptions. Note that these APIs replace the older UserFeedback APIs, which have now been marked as obsolete (and will be removed in a future major version bump) (#3981)
Fixes
- Using SentryOptions.Native.SuppressExcBadAccess and SentryOptions.Native.SuppressSignalAborts, users can now block duplicate errors from native due to dotnet NullReferenceExceptions - Defaults to false (#3998)
- Native iOS events are now exposed to the dotnet layer for users to hook through SentryOptions.BeforeSend and SentryOptions.OnCrashedLastRun (#2102)
- Prevent crashes from occurring on Android during OnBeforeSend (#4022)
Dependencies
5.2.0
Features
- Serilog scope properties are now sent with Sentry events (#3976)
- The sample seed used for sampling decisions is now propagated, for use in downstream custom trace samplers (#3951)
- Add Azure Function UseSentry overloads for easier wire ups (#3971)
Fixes
- Fix mismapped breadcrumb levels coming in from native to dotnet SDK (#3993)
Dependencies
5.1.1
Fixes
- Emit transaction.data inside contexts.trace.data (#3936)
- Native SIGSEGV errors resulting from managed NullReferenceExceptions are now suppressed on Android (#3903)
- OTel activities that are marked as not recorded are no longer sent to Sentry (#3890)
- Fixed envelopes with oversized attachments getting stuck in __processing (#3938)
- OperatingSystem will now return macOS as OS name instead of 'Darwin' as well as the proper version. (#2710)
- Ignore null value on CocoaScopeObserver.SetTag (#3948)
5.1.0
Significant change in behavior
- The User.IpAddress is now only set to
{{auto}}
whenSendDefaultPii
is enabled. This change gives you control over IP address collection directly on the client (#3893)
Features
- .NET on iOS: Add experimental EnableAppHangTrackingV2 configuration flag to the options binding SDK (#3877)
- Added
SentryOptions.DisableSentryHttpMessageHandler
. Useful if you're usingOpenTelemetry.Instrumentation.Http
and ending up with duplicate spans. (#3879)
Fixes
- Prevent Native EXC_BAD_ACCESS signal errors from being captured when managed NullRefrenceExceptions occur (#3909)
- Fixed duplicate SentryMauiEventProcessors (#3905)
- Fixed invalid string.Format index in Debug logs for the DiagnosticSource integration (#3923)
Dependencies
5.0.1
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.EnableTracing
has been removed. Instead, tracing should be enabled or disabled by setting theSentryOptions.TracesSampleRate
or by usingSentryOptions.TracesSampler
to configure a sampling function (#3569)- Temporarily removed experimental Session Replay support (#3827)
- You should no longer pass
AndroidContext
as an argument toSentrySdk.Init
(#3562) - The
SentryUser.Segment
property 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.BatteryLevel
andDevice.ProcessorFrequency
are now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#3567)- The
FailedRequestTargets
,TagFilters
andTracePropagationTargets
options have all been changed fromSubstringOrRegexPattern
toIList<StringOrRegex>
(#3566) Scope.Transaction
is now always stored as anAsyncLocal
also 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
SentryOptions
extension 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
AndroidContext
as an argument toSentrySdk.Init
(#3562) - The
SentryUser.Segment
property 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.BatteryLevel
andDevice.ProcessorFrequency
are now stored as floats rather than ints, to align with the Cocoa and Java SDKs (#3567)SentryOptions.EnableTracing
has been removed. Instead, tracing should be enabled or disabled by setting theSentryOptions.TracesSampleRate
or by usingSentryOptions.TracesSampler
to configure a sampling function (#3569)- The
FailedRequestTargets
,TagFilters
andTracePropagationTargets
options have all been changed fromSubstringOrRegexPattern
toIList<StringOrRegex>
(#3566) Scope.Transaction
is now always stored as anAsyncLocal
also 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
SentryOptions
extension 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
SetBeforeScreenshotCapture
callback to the options: allowing the user to set an action before the screenshot is taken (#3661) - Make
Sentry.AspNetCore.Blazor.WebAssembly
generally available. (#3674)
Fixes
- Events from NDK on Android will report sdk.name
sentry.native.android.dotnet
(#3682)