Skip to content

Commit 6573704

Browse files
committed
not in boto
1 parent 32d4eb3 commit 6573704

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sentry_sdk/integrations/boto3.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
ensure_integration_enabled,
99
parse_url,
1010
parse_version,
11-
set_thread_info_from_span,
1211
)
1312

1413
from typing import TYPE_CHECKING
@@ -71,7 +70,6 @@ def _sentry_request_created(service_id, request, operation_name, **kwargs):
7170
data = {
7271
SPANDATA.HTTP_METHOD: request.method,
7372
}
74-
set_thread_info_from_span(data, span)
7573

7674
with capture_internal_exceptions():
7775
parsed_url = parse_url(request.url, sanitize=False)

0 commit comments

Comments
 (0)