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 d1768a6 commit 061031eCopy full SHA for 061031e
opentelemetry-instrumentation/src/opentelemetry/instrumentation/auto_instrumentation/_load.py
@@ -118,7 +118,7 @@ def _load_instrumentors(distro):
118
119
# tell instrumentation to not run dep checks again as we already did it above
120
distro.load_instrumentor(
121
- entry_point, raise_exception_on_conflict=True
+ entry_point, skip_dep_check=True
122
)
123
_logger.debug("Instrumented %s", entry_point.name)
124
print("Instrumented %s" % entry_point.name)
0 commit comments