You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-threading/src/opentelemetry/instrumentation/threading/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ def __wrap_threading_run(
150
150
token=context.attach(instance._otel_context)
151
151
returncall_wrapped(*args, **kwargs)
152
152
finally:
153
-
context.detach(token)
153
+
context.detach(token)# type: ignore[reportArgumentType] remove with https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3321
0 commit comments