Skip to content

Commit

Permalink
Update src/platforms/python/guides/celery/index.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Shana Matthews <shana.l.matthews@gmail.com>
  • Loading branch information
antonpirker and shanamatthews authored Sep 20, 2023
1 parent 0dc990d commit 64c9d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platforms/python/guides/celery/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pip install --upgrade 'sentry-sdk[celery]'

If you have the `celery` package in your dependencies, the Celery integration will be enabled automatically when you initialize the Sentry SDK.

Generally, make sure that the **call to `init` is loaded on worker startup**, and not only in the module where your tasks are defined. Otherwise, the initialization happens too late and events might end up not being reported.
Make sure that the **call to `init` is loaded on worker startup**, and not only in the module where your tasks are defined. Otherwise, the initialization happens too late and events might end up not being reported.

<SignInNote />

Expand Down

0 comments on commit 64c9d00

Please sign in to comment.