sentry-java
sentry-java copied to clipboard
Allow multiple UncaughtExceptionHandlerIntegrations to be active
:scroll: Description
Reworks registration and removal of UncaughtExceptionHandlerIntegration to be able to add one UncaughtExceptionHandlerIntegration per scopes.globalScope.
Functionality is now consistent with the documentation about using Sentry in an SDK here.
:bulb: Motivation and Context
Fixes #4429
:green_heart: How did you test it?
- Added new automated tests
:pencil: Checklist
- [x] I added tests to verify the changes.
- [x] No new PII added or SDK only sends newly added PII if
sendDefaultPIIis enabled. - [x] I updated the docs if needed.
- [x] I updated the wizard if needed.
- [ ] Review from the native team if needed.
- [x] No breaking change or entry added to the changelog.
- [x] No breaking change for hybrid SDKs or communicated to hybrid SDKs.