Fixes:
- Allow
crashpadto run under Epic's Anti-Cheat Client by deferring the fullcrashpad_handleraccess 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
sigaltstackininprocif no previous configuration exists on Linux and Android. (#982) - Store transaction
datain the event propertyextrasince thedataproperty is discarded byrelay. (#986)
Docs:
- Add compile-time flag
SENTRY_TRANSPORT_COMPRESSIONdescription to theREADME.mdfile. (#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-ndkmaven artifact, suitable for being consumed by Android apps.
Thank you: