feat: Add posthog api key for telemetry (#6500)

This commit is contained in:
Julian Risch 2023-12-06 18:18:16 +01:00 committed by GitHub
parent 38bd367b74
commit dbe2319cae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,8 @@ class Telemetry:
It also collects system information which cannot change across the lifecycle
of the process (for example `is_containerized()`).
"""
posthog.api_key = "phc_C44vUK9R1J6HYVdfJarTEPqVAoRPJzMXzFcj8PIrJgP"
posthog.host = "https://eu.posthog.com"
# disable posthog logging
for module_name in ["posthog", "backoff"]: