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 thesentry-trace
header. Outgoing requests now contain thetraceparent
header to facilitate integration with servesr that only support the W3C Trace Context. (#4084)