WinWhisper
WinWhisper copied to clipboard
Bump Sentry from 5.3.0 to 5.6.0
Bumps Sentry from 5.3.0 to 5.6.0.
Release notes
Sourced from Sentry's releases.
5.6.0
Features
- Option to disable the SentryNative integration (#4107, #4134)
- Reintroduced experimental support for Session Replay on Android (#4097)
Fixes
- Ensure user exception data is not removed by AspNetCoreExceptionProcessor (#4016)
- Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash (#4089)
- Fixed MSVCRT build warning on Windows (#4111)
Features
- If an incoming HTTP request has the
traceparentheader, it is now parsed and interpreted like thesentry-traceheader. Outgoing requests now contain thetraceparentheader to facilitate integration with servesr that only support the W3C Trace Context. (#4084)Dependencies
5.5.1
Fixes
- Fix UWP Net Native compilation (#4085)
- Sentry Java SDK dependencies are now detected and included in the Android bindings (#4079)
5.5.0
Features
- The
IScopeObservernow has anSetTracethat allows observing changes to the scope's trace context. The SDK uses this to propagate thetrace IDtosentry-native. This allows Sentry to connect errors coming from all layers of your application (#4026)- Exception.HResult is now included in the mechanism data for all exceptions (#4029)
Fixes
- Fixed symbolication and source context for net9.0-android (#4033)
- Single quotes added to the release name when using MS Build to create Sentry releases on Windows (#4015)
- Target
net9.0on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039)- Changed default value for
SentryOptions.EnableAppHangTrackingV2tofalse(#4042)- Missing MAUI
Shellnavigation breadcrumbs on iOS (#4006)- Prevent application crashes when capturing screenshots on iOS (#4069)
Dependencies
- Bump Native SDK from v0.8.1 to v0.8.2 (#4050)
... (truncated)
Changelog
Sourced from Sentry's changelog.
5.6.0
Features
- Option to disable the SentryNative integration (#4107, #4134)
- To disable it, add this msbuild property:
<SentryNative>false</SentryNative>- Reintroduced experimental support for Session Replay on Android (#4097)
Fixes
- Ensure user exception data is not removed by AspNetCoreExceptionProcessor (#4016)
- Prevent users from disabling AndroidEnableAssemblyCompression which leads to untrappable crash (#4089)
- Fixed MSVCRT build warning on Windows (#4111)
Features
- If an incoming HTTP request has the
traceparentheader, it is now parsed and interpreted like thesentry-traceheader. Outgoing requests now contain thetraceparentheader to facilitate integration with servesr that only support the W3C Trace Context. (#4084)Dependencies
5.5.1
Fixes
- Fix UWP Net Native compilation (#4085)
- Sentry Java SDK dependencies are now detected and included in the Android bindings (#4079)
5.5.0
Features
- The
IScopeObservernow has anSetTracethat allows observing changes to the scope's trace context. The SDK uses this to propagate thetrace IDtosentry-native. This allows Sentry to connect errors coming from all layers of your application (#4026)- Exception.HResult is now included in the mechanism data for all exceptions (#4029)
Dependencies
Fixes
- Fixed symbolication and source context for net9.0-android (#4033)
... (truncated)
Commits
d86fe28release: 5.6.0 (#4137)084e3b4fix: renameDisableSentryNativetoSentryNative(#4134)5ba1e2bchore: Upload build logs even for failed builds (#4129)b1d3972chore:InternalVisibleToUnity SDK tests (#4130)e72ca08build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#4126)de68d0fAddDisableSentryNativebuild property (#4107)b0afe1fchore: Fix conflict when uploading test results in CI (#4123)7386f11chore: update modules/sentry-native to 0.8.4 (#4122)424ac02Ensure mechanism data is not fully overwritten (#4106)3f9dd96expand note on analyzer's goal (#4120)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)