Skip to content

Commit 061031e

Browse files
committed
load tests pass. not specific instrumentaiton
1 parent d1768a6 commit 061031e

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation

1 file changed

+1
-1
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation/_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def _load_instrumentors(distro):
118118

119119
# tell instrumentation to not run dep checks again as we already did it above
120120
distro.load_instrumentor(
121-
entry_point, raise_exception_on_conflict=True
121+
entry_point, skip_dep_check=True
122122
)
123123
_logger.debug("Instrumented %s", entry_point.name)
124124
print("Instrumented %s" % entry_point.name)

0 commit comments

Comments
 (0)