Catch all Async errors and report to Sentry? (or other error reporting) #288
Unanswered
chrisjingram
asked this question in
Q&A
Replies: 1 comment
-
Does Sentry support log tagging/structured logging? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
If I have some tasks such as:
If these fail, I'm not finding out through my error reporting, Sentry.
How can I catch all errors in Async tasks to report them to Sentry?
For example, in Rails I do something like:
Beta Was this translation helpful? Give feedback.
All reactions