Skip to content

Commit 2d5f510

Browse files
authored
Merge branch 'main' into gz/add-files-to-dataset
2 parents 9b00146 + c11d45a commit 2d5f510

File tree

1 file changed

+2
-1
lines changed
  • packages/traceloop-sdk/traceloop/sdk/tracing

1 file changed

+2
-1
lines changed

packages/traceloop-sdk/traceloop/sdk/tracing/tracing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ def init_vertexai_instrumentor(
904904
def 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():
10321032
def 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()

0 commit comments

Comments
 (0)