Skip to content

Commit b1a40ec

Browse files
committed
now
1 parent 57dee8b commit b1a40ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1945,7 +1945,7 @@ def http_client_status_to_breadcrumb_level(status_code):
19451945

19461946

19471947
def set_thread_info_from_span(data, span):
1948-
# type: (Dict[str, Any], "sentry_sdk.tracing.Span") -> None
1948+
# type: (Dict[str, Any], sentry_sdk.tracing.Span) -> None
19491949
if span.get_attribute(SPANDATA.THREAD_ID) is not None:
19501950
data[SPANDATA.THREAD_ID] = span.get_attribute(SPANDATA.THREAD_ID)
19511951
if span.get_attribute(SPANDATA.THREAD_NAME) is not None:

0 commit comments

Comments
 (0)