You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Posthog API key and endpoint to be injected in the build process
342
-
posthogAPIKey=""
343
-
posthogEndpoint=""
341
+
// Posthog API key and endpoint are not sensitive information it represents Chainloop's Posthog instance.
342
+
// It can be overridden by the user if they want to use their own instance of Posthog or deactivated by setting
343
+
// DO_NOT_TRACK=1 more information that can be found at: https://github.com/chainloop-dev/chainloop/blob/main/docs/docs/reference/operator/cli-telemetry.mdx
0 commit comments