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 57dee8b commit b1a40ecCopy full SHA for b1a40ec
sentry_sdk/utils.py
@@ -1945,7 +1945,7 @@ def http_client_status_to_breadcrumb_level(status_code):
1945
1946
1947
def set_thread_info_from_span(data, span):
1948
- # type: (Dict[str, Any], "sentry_sdk.tracing.Span") -> None
+ # type: (Dict[str, Any], sentry_sdk.tracing.Span) -> None
1949
if span.get_attribute(SPANDATA.THREAD_ID) is not None:
1950
data[SPANDATA.THREAD_ID] = span.get_attribute(SPANDATA.THREAD_ID)
1951
if span.get_attribute(SPANDATA.THREAD_NAME) is not None:
0 commit comments