mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-10-17 19:09:09 +00:00
feat: Add posthog api key for telemetry (#6500)
This commit is contained in:
parent
38bd367b74
commit
dbe2319cae
@ -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"]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user