Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions cli/telemetry/detached.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import (
)

var (
// PostHogAPIKey is set at build time for production
PostHogAPIKey = "phc_development_key"
// PostHogAPIKey is set at build time for production.
// Empty by default to prevent telemetry during IDE builds and local development.
PostHogAPIKey = ""
// PostHogEndpoint is set at build time for production
PostHogEndpoint = "https://eu.i.posthog.com"
)
Expand Down