Skip to content

Commit 801be65

Browse files
committed
cleanup
1 parent 23e99c7 commit 801be65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/celery/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _inner(*args, **kwargs):
312312
# Celery task objects are not a thing to be trusted. Even
313313
# something such as attribute access can fail.
314314
headers = args[3].get("headers") or {}
315-
import ipdb; ipdb.set_trace()
315+
316316
with sentry_sdk.continue_trace(headers):
317317
with sentry_sdk.start_span(
318318
op=OP.QUEUE_TASK_CELERY,

0 commit comments

Comments
 (0)