Reserve enough stack space on Windows for our handler to run when the stack is exhausted from stack-overflow. (#982)
Only configure a sigaltstack in inproc if no previous configuration exists on Linux and Android. (#982)
Store transaction data in the event property extra since the data property is discarded by relay. (#986)
Docs:
Add compile-time flag SENTRY_TRANSPORT_COMPRESSION description to the README.md file. (#976)
Internal:
Move sentry-android-ndk JNI related parts from sentry-java to sentry-native (#944)
This will create a pre-built io.sentry:sentry-native-ndk maven artifact, suitable for being consumed by Android apps.
Bumps crates/symbolicator-crash/sentry-native from 0.7.2 to 0.7.4.
Auto-generated by a dependency updater.
Changelog
0.7.4
Fixes:
crashpad
to run under Epic's Anti-Cheat Client by deferring the fullcrashpad_handler
access rights to the client application until a crash occurred. (#980, crashpad[#99](https://github-redirect.dependabot.com/getsentry/sentry-native/issues/99))sigaltstack
ininproc
if no previous configuration exists on Linux and Android. (#982)data
in the event propertyextra
since thedata
property is discarded byrelay
. (#986)Docs:
SENTRY_TRANSPORT_COMPRESSION
description to theREADME.md
file. (#976)Internal:
io.sentry:sentry-native-ndk
maven artifact, suitable for being consumed by Android apps.Thank you: