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 1ca74fe commit c11d45aCopy full SHA for c11d45a
packages/traceloop-sdk/traceloop/sdk/tracing/tracing.py
@@ -1032,6 +1032,7 @@ def init_groq_instrumentor():
1032
def init_crewai_instrumentor():
1033
try:
1034
if is_package_installed("crewai"):
1035
+ os.environ.setdefault("CREWAI_DISABLE_TELEMETRY", "true")
1036
from opentelemetry.instrumentation.crewai import CrewAIInstrumentor
1037
1038
instrumentor = CrewAIInstrumentor()
0 commit comments