mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-05-02 07:42:40 +00:00
avoinding telemetry errors
This commit is contained in:
@@ -53,7 +53,8 @@ class Telemetry:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def set_tracer(self):
|
def set_tracer(self):
|
||||||
trace.set_tracer_provider(self.provider)
|
if self.ready:
|
||||||
|
trace.set_tracer_provider(self.provider)
|
||||||
|
|
||||||
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