Skip to content

Commit 186de2a

Browse files
committed
Wording
1 parent ef26af7 commit 186de2a

File tree

1 file changed

+1
-3
lines changed
  • docs/platforms/python/integrations/celery

1 file changed

+1
-3
lines changed

docs/platforms/python/integrations/celery/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Make sure that the call to `sentry_sdk.init()` is loaded on worker startup and n
2525

2626
When using Celery without Django, you'll need to initialize the Sentry SDK in both your application and the Celery worker process.
2727

28-
In addition to capturing errors, you can monitor interactions between multiple services or applications by [enabling tracing](/concepts/key-terms/tracing/). You can also collect and analyze performance profiles from real users with [profiling](/product/explore/profiling/).
29-
30-
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.
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.
3129

3230
#### Set Up Celery
3331

0 commit comments

Comments
 (0)