Replies: 1 comment 1 reply
-
@jules-ch you can disable the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm launching task in a Threadpool and want to handle the exceptions raised by those worker thread.
Is there a way to ignore those exception and them not being sent to Sentry since I deal with them later using
Future.exception()
Related #2614, #1234
Beta Was this translation helpful? Give feedback.
All reactions