Skip to content

Commit 85432d9

Browse files
Merge branch 'webb/concurrent-integration-scopes-only' into webb/concurrent-integration-exceptions-on-future
2 parents 37032c5 + b397560 commit 85432d9

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
@@ -31,7 +31,7 @@ def setup_once():
3131
def _wrap_submit_call(func):
3232
# type: (Callable[..., Future[Any]]) -> Callable[..., Future[Any]]
3333
"""
34-
Wrap task call with a try catch to get exceptions.
34+
Wrap submit call to propagate scopes on task submission.
3535
"""
3636

3737
@wraps(func)

0 commit comments

Comments
 (0)