Releases: getsentry/sentry-native
Releases · getsentry/sentry-native
0.7.19
Fixes:
- Fix a build error on older compilers introduced by C++17 support in
0.7.18
for thecrashpad
backend. (#1118, crashpad#117, mini_chromium#2)
0.7.18
Features:
- Add support for Xbox Series X/S. (#1100)
- Add option to set debug log level. (#1107)
- Add
traces_sampler
(#1108) - Provide support for C++17 compilers when using the
crashpad
backend. (#1110, crashpad#116, mini_chromium#1)
0.7.17
Features:
- [NDK] Expose option to set handler strategy. (#1099)
- Add Linux distributions to the OS context. (#963)
Fixes:
- Add metadata pointer check to prevent crashes when cleaning the
crashpad
database. (#1102, crashpad#115)
0.7.16
0.7.15
0.7.14
Features:
- Android NDK: Add
.loadNativeLibraries()
method to allow pre-loading .so files (#1082) - Fill the
ucontext_t
field in thesentry_ucontext_t
[on_crash|before_send]
-hook parameter onmacOS
from thebreakpad
backend. (#1083, breakpad#39)
Thank you:
0.7.13
Features:
- Provide version information for non-static Windows binaries. (#1076, crashpad#110)
- Add an alternative handler strategy to
inproc
to support.NET
on Linux andMono
on Android (specifically, .NET MAUI). (#1027)
Fixes:
- Correct the timeout specified for the upload-task awaiting
dispatch_semaphore_wait()
when using an HTTP-proxy on macOS. (#1077, crashpad#111) - Emit
transaction.data
insidecontext.trace.data
. (#1075)
Thank you: