We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b9e1f commit 34d8a03Copy full SHA for 34d8a03
sentry_sdk/integrations/celery.py
@@ -62,6 +62,7 @@ def sentry_build_tracer(name, task, *args, **kwargs):
62
# Meaning that every task's breadcrumbs are full of stuff like "Task
63
# <foo> raised unexpected <bar>".
64
ignore_logger("celery.worker.job")
65
+ ignore_logger("celery.app.trace")
66
67
68
def _wrap_apply_async(task, f):
0 commit comments