Skip to content

Commit b397560

Browse files
Update docstring
1 parent 8d0fa96 commit b397560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/concurrent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setup_once():
3030
def _wrap_submit_call(func):
3131
# type: (Any) -> Any
3232
"""
33-
Wrap task call with a try catch to get exceptions.
33+
Wrap submit call to propagate scopes on task submission.
3434
"""
3535

3636
@wraps(func)

0 commit comments

Comments
 (0)