sentry-java
sentry-java copied to clipboard
chore(deps): update Native SDK to v0.9.0
Bumps scripts/update-sentry-native-ndk.sh from 0.8.4 to 0.9.0.
Auto-generated by a dependency updater.
Changelog
0.9.0
Breaking changes:
- Limiting the proguard rules in the NDK package moves the burden of the configuration to its users. Please ensure to configure proguard in your project so native methods in your namespace can be symbolicated if they appear in stack traces. (#1250)
- When tags, contexts, and extra data are applied to events, the event data now takes precedence over the scope data as outlined in the Hub & Scope Refactoring developer document and the linked RFC code example. (#1253)
Features:
- Provide
before_send_transactioncallback. (#1236) - Add support for capturing events with local scopes. (#1248)
- Add Windows support for the
crashpad_wait_for_uploadflag. (#1255, crashpad#126)
Fixes:
- Reduce the scope of the proguard rules in the NDK package to local namespaces. (#1250)
- Close the file and return 0 on success when writing raw envelopes. (#1260)
- Fix event tags, contexts, and extra data to take precedence when applying scope data. (#1253)
Docs:
- Document convenience PowerShell runners for formatting and tests on Windows. (#1247)
0.8.5
Breaking changes:
- Use
propagation_contextas the single source oftrace_idfor spans and events. Transactions no longer create a new trace, but inherit the trace from thepropagation_contextcreated during SDK initialization. This context can be later modified throughsentry_set_trace()(primarily used by other SDKs). (#1200)
Features:
- Add
sentry_value_new_user(id, username, email, ip_address)function to avoid ambiguous user-context-keys. (#1228)
Fixes:
Thank you: