mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
updating telemetry code and gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ assets/*
|
|||||||
.idea
|
.idea
|
||||||
test/
|
test/
|
||||||
docs_crew/
|
docs_crew/
|
||||||
|
chroma.sqlite3
|
||||||
@@ -58,7 +58,7 @@ class Telemetry:
|
|||||||
try:
|
try:
|
||||||
trace.set_tracer_provider(self.provider)
|
trace.set_tracer_provider(self.provider)
|
||||||
except Exception:
|
except Exception:
|
||||||
self.ready = False
|
pass
|
||||||
|
|
||||||
def crew_creation(self, crew):
|
def crew_creation(self, crew):
|
||||||
"""Records the creation of a crew."""
|
"""Records the creation of a crew."""
|
||||||
|
|||||||
Reference in New Issue
Block a user