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-requests/src/opentelemetry/instrumentation/requests/__init__.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@
24
24
import requests
25
25
from opentelemetry.instrumentation.requests import RequestsInstrumentor
26
26
27
-
# You can optionally pass a custom TracerProvider to
28
-
RequestsInstrumentor.instrument()
27
+
# You can optionally pass a custom TracerProvider to instrument().
0 commit comments