/ src / evidently / legacy / _config.py
_config.py
1  import os
2  
3  TELEMETRY_ADDRESS = "https://telemetry-321112.ew.r.appspot.com/post_data"
4  TELEMETRY_ENABLED = not os.getenv("EVIDENTLY_DISABLE_TELEMETRY", "0") == "1"