WinWhisper icon indicating copy to clipboard operation
WinWhisper copied to clipboard

Bump Sentry from 5.3.0 to 5.6.0

Open dependabot[bot] opened this issue 7 months ago • 0 comments

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 traceparent header, it is now parsed and interpreted like the sentry-trace header. Outgoing requests now contain the traceparent header 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 IScopeObserver now has an SetTrace that allows observing changes to the scope's trace context. The SDK uses this to propagate the trace ID to sentry-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.0 on Sentry.Google.Cloud.Functions to avoid conflict with Sentry.AspNetCore (#4039)
  • Changed default value for SentryOptions.EnableAppHangTrackingV2 to false (#4042)
  • Missing MAUI Shell navigation 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 traceparent header, it is now parsed and interpreted like the sentry-trace header. Outgoing requests now contain the traceparent header 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 IScopeObserver now has an SetTrace that allows observing changes to the scope's trace context. The SDK uses this to propagate the trace ID to sentry-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

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Apr 28 '25 21:04 dependabot[bot]