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 f9a586a commit 1ca74feCopy full SHA for 1ca74fe
packages/traceloop-sdk/traceloop/sdk/tracing/tracing.py
@@ -904,7 +904,7 @@ def init_vertexai_instrumentor(
904
def init_watsonx_instrumentor():
905
try:
906
if is_package_installed("ibm-watsonx-ai") or is_package_installed(
907
- "ibm_watson_machine_learning"
+ "ibm-watson-machine-learning"
908
):
909
from opentelemetry.instrumentation.watsonx import WatsonxInstrumentor
910
0 commit comments