Files
crewAI/src/crewai/telemetry/constants.py
Greyson LaLonde e655412aca
Some checks are pending
Notify Downstream / notify-downstream (push) Waiting to run
refactor: create constants.py & use in telemetry (#2627)
- created `constants.py` for telemetry base url and service name
- updated `telemetry.py` to reflect changes
- ran ruff --fix to apply lint fixes
2025-04-16 12:46:15 -07:00

3 lines
125 B
Python

CREWAI_TELEMETRY_BASE_URL: str = "https://telemetry.crewai.com:4319"
CREWAI_TELEMETRY_SERVICE_NAME: str = "crewAI-telemetry"