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