You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/python/integrations/celery/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Make sure that the call to `sentry_sdk.init()` is loaded on worker startup and n
23
23
24
24
### Set up Celery Without Django
25
25
26
-
When using Celery without Django, you'll need to initialize the Sentry SDK in both your application and the Celery worker process.
26
+
When using Celery without Django, you'll need to initialize the Sentry SDK in both your application and the Celery worker processes.
27
27
28
28
In addition to capturing errors, you can use Sentry for [distributed tracing](/concepts/key-terms/tracing/) and [profiling](/product/explore/profiling/). Select what you'd like to install to get the corresponding installation and configuration instructions below.
0 commit comments