Releases: getsentry/sentry-native
Releases · getsentry/sentry-native
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:
0.7.12
0.7.11
0.7.10
0.7.9
0.7.8
0.7.7
Fixes:
- Further clean up of the exported dependency configuration. (#1013, crashpad#106)
- Clean-up scope flushing synchronization in crashpad-backend. (#1019, crashpad#109)
- Rectify user-feedback comment parameter guard. (#1020)
Internal:
- Updated
crashpad
to 2024-06-11. (#1014, crashpad#105)
Thank you:
0.7.6
Fixes:
- Remove remaining build blockers for the
crashpad
backend on Windows ARM64 when using LLVM-MINGW. (#1003, crashpad#101) - Ensure
crashpad
targets are included when building as a shared library using our exported CMake config. (#1007) - Use
find_dependency()
instead offind_package()
in the exported CMake config. (#1007, #1008, crashpad#104)
Thank you: