Skip to content
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

Sentry doesn't capture errors that happen in background jobs #3

Open
orlando opened this issue Feb 19, 2021 · 1 comment
Open

Sentry doesn't capture errors that happen in background jobs #3

orlando opened this issue Feb 19, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@orlando
Copy link
Contributor

orlando commented Feb 19, 2021

What: Sentry doesn't capture errors that happen in background jobs. I'm not sure why this doesn't work out of the box, since Sentry is supposed to work with Sidekiq, but we might need to initialize something else since we are adding this via plugin.

Why: We need visibility of these errors too

@saulshanabrook
Copy link

I am also looking into how to support capturing the errors for background jobs... I tried to modify the 100-sidekiq.rb initializer which is loaded in sidekiq processes, but that didn't seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants