-
-
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
java.util.concurrent.RejectedExecutionException #2493
Comments
I guess simply creating the executor service lazily (having it Should we instead check on init if the options have already gone through a In addition we could optionally offer a copy constructor for |
Yes, I agree - just fixing the I like the idea of checking the options 👍 |
To add to that^, we should probably do 2 things:
|
Integration
sentry-android
Build System
Gradle
AGP Version
unkown
Proguard
Enabled
Version
6.9.2
Steps to Reproduce
Reported by a customer.
Right now
Sentry.close()
closes the hub, which itself callsoptions.getExecutorService().close()
. If someone would re-use the same options to initialize the SDK again, it would crash.Expected Result
SDK does not crash.
Actual Result
Stack Trace
The text was updated successfully, but these errors were encountered: