Skip to content

Commit c11d45a

Browse files
authored
fix(sdk): crewai tracing provider conflict (#3470)
1 parent 1ca74fe commit c11d45a

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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)