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 b72292c commit 0f9f725Copy full SHA for 0f9f725
sentry_sdk/integrations/celery.py
@@ -24,6 +24,7 @@ class CeleryIntegration(Integration):
24
identifier = "celery"
25
26
def __init__(self, propagate_traces=True):
27
+ # type: (bool) -> None
28
self.propagate_traces = propagate_traces
29
30
@staticmethod
0 commit comments