Skip to content

Commit

Permalink
switches telemetry to pybamm org posthog (#4738)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric G. Kratz <[email protected]>
  • Loading branch information
valentinsulzer and kratman authored Jan 7, 2025
1 parent 2de780d commit 8aaaab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybamm/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def capture(**kwargs): # pragma: no cover
else: # pragma: no cover
_posthog = Posthog(
# this is the public, write only API key, so it's ok to include it here
project_api_key="phc_bLZKBW03XjgiRhbWnPsnKPr0iw0z03fA6ZZYjxgW7ej",
project_api_key="phc_acTt7KxmvBsAxaE0NyRd5WfJyNxGvBq1U9HnlQSztmb",
host="https://us.i.posthog.com",
)
_posthog.log.setLevel("CRITICAL")
Expand Down

0 comments on commit 8aaaab1

Please sign in to comment.