Skip to content

5.6.0

Latest
Compare
Choose a tag to compare
@bruno-garcia bruno-garcia released this 24 Apr 00:41
· 4 commits to main since this release
d86fe28

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