File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
packages/traceloop-sdk/traceloop/sdk/tracing Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -904,7 +904,7 @@ def init_vertexai_instrumentor(
904904def init_watsonx_instrumentor ():
905905 try :
906906 if is_package_installed ("ibm-watsonx-ai" ) or is_package_installed (
907- "ibm_watson_machine_learning "
907+ "ibm-watson-machine-learning "
908908 ):
909909 from opentelemetry .instrumentation .watsonx import WatsonxInstrumentor
910910
@@ -1032,6 +1032,7 @@ def init_groq_instrumentor():
10321032def init_crewai_instrumentor ():
10331033 try :
10341034 if is_package_installed ("crewai" ):
1035+ os .environ .setdefault ("CREWAI_DISABLE_TELEMETRY" , "true" )
10351036 from opentelemetry .instrumentation .crewai import CrewAIInstrumentor
10361037
10371038 instrumentor = CrewAIInstrumentor ()
You can’t perform that action at this time.
0 commit comments