Skip to content

Commit e64d2e0

Browse files
committed
Clarify double instrumentation issue
1 parent de97c17 commit e64d2e0

File tree

1 file changed

+2
-0
lines changed
  • docs/platforms/python/integrations/celery

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Next, initialize Sentry. Where to do this depends on how you run beat:
4242

4343
Make sure to also set `monitor_beat_tasks=True` in `CeleryIntegration`.
4444

45+
If you have set `monitor_beat_tasks=True` make sure that you do not do manual task monitoring using the `@sentry_sdk.monitor` decorator, because this will lead do double instrumentation.
46+
4547
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/).
4648

4749
Select which Sentry features you'd like to install in addition to Error Monitoring to get the corresponding installation and configuration instructions below.

0 commit comments

Comments
 (0)