mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +00:00
Some checks are pending
Notify Downstream / notify-downstream (push) Waiting to run
- created `constants.py` for telemetry base url and service name - updated `telemetry.py` to reflect changes - ran ruff --fix to apply lint fixes
3 lines
125 B
Python
3 lines
125 B
Python
CREWAI_TELEMETRY_BASE_URL: str = "https://telemetry.crewai.com:4319"
|
|
CREWAI_TELEMETRY_SERVICE_NAME: str = "crewAI-telemetry"
|