We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e99c7 commit 801be65Copy full SHA for 801be65
sentry_sdk/integrations/celery/__init__.py
@@ -312,7 +312,7 @@ def _inner(*args, **kwargs):
312
# Celery task objects are not a thing to be trusted. Even
313
# something such as attribute access can fail.
314
headers = args[3].get("headers") or {}
315
- import ipdb; ipdb.set_trace()
+
316
with sentry_sdk.continue_trace(headers):
317
with sentry_sdk.start_span(
318
op=OP.QUEUE_TASK_CELERY,
0 commit comments