getsentry / getsentry/sentry-java
Check where we are catching Throwable
Open
Improvement
Java
Platform: Java
State: Needs Discussion
- Dominant language
- Kotlin
- Stars
- 1.4k
- Forks
- 478
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 67
Description
We shouldn't catch Throwable since that could be an OOMException or a StackOverflowException. We should audit all places where we catch Throwable
1. Ship this in the next major version
2. Notify downstream SDKs (gaming) of potential side effects
Contributor guide
Assessment
This issue has not been assessed yet.