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 8d0fa96 commit b397560Copy full SHA for b397560
sentry_sdk/integrations/concurrent.py
@@ -30,7 +30,7 @@ def setup_once():
30
def _wrap_submit_call(func):
31
# type: (Any) -> Any
32
"""
33
- Wrap task call with a try catch to get exceptions.
+ Wrap submit call to propagate scopes on task submission.
34
35
36
@wraps(func)
0 commit comments