0.7.4
Fixes:
- Allow
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) - Reserve enough stack space on Windows for our handler to run when the stack is exhausted from stack-overflow. (#982)
- Only configure a
sigaltstack
ininproc
if no previous configuration exists on Linux and Android. (#982) - Store transaction
data
in the event propertyextra
since thedata
property is discarded byrelay
. (#986)
Docs:
- Add compile-time flag
SENTRY_TRANSPORT_COMPRESSION
description to theREADME.md
file. (#976)
Internal:
- Move sentry-android-ndk JNI related parts from sentry-java to sentry-native (#944)
This will create a pre-builtio.sentry:sentry-native-ndk
maven artifact, suitable for being consumed by Android apps.
Thank you: