-
-
Notifications
You must be signed in to change notification settings - Fork 444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add options.printUncaughtStackTrace #1890
Conversation
I use Wdyt how it will be better? |
sentry/src/main/java/io/sentry/UncaughtExceptionHandlerIntegration.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## main #1890 +/- ##
============================================
+ Coverage 75.39% 75.42% +0.03%
- Complexity 2239 2244 +5
============================================
Files 225 225
Lines 8015 8026 +11
Branches 850 852 +2
============================================
+ Hits 6043 6054 +11
Misses 1562 1562
Partials 410 410
Continue to review full report at Codecov.
|
@Paxa please add a changelog entry :) |
done (also added a test) |
sentry/src/test/java/io/sentry/UncaughtExceptionHandlerIntegrationTest.kt
Outdated
Show resolved
Hide resolved
sentry/src/test/java/io/sentry/UncaughtExceptionHandlerIntegrationTest.kt
Outdated
Show resolved
Hide resolved
@romtsn it prints stack trace to stderr |
sentry/src/test/java/io/sentry/UncaughtExceptionHandlerIntegrationTest.kt
Outdated
Show resolved
Hide resolved
indeed, thanks for spotting |
Adds
#1077