Skip to content

Commit 6a31021

Browse files
committed
typo
1 parent e64d2e0 commit 6a31021

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ 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.
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 to double instrumentation.
4646

4747
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/).
4848

0 commit comments

Comments
 (0)