mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-24 15:20:52 -05:00
feat(telemetry): migrate analytics pipeline from PostHog to OTLP
Switch product and installation telemetry to OTLP/Grafana across runtime config, CI injection, docs, and tests to unify telemetry transport and simplify privacy-focused opt-in behavior.
This commit is contained in:
@@ -31,8 +31,9 @@ services:
|
||||
# Analytics (optional)
|
||||
- SENTRY_DSN=${SENTRY_DSN:-}
|
||||
- SENTRY_TRACES_RATE=${SENTRY_TRACES_RATE:-0.0}
|
||||
- POSTHOG_API_KEY=${POSTHOG_API_KEY:-}
|
||||
- POSTHOG_HOST=${POSTHOG_HOST:-https://app.posthog.com}
|
||||
- OTEL_EXPORTER_OTLP_ENDPOINT=${OTEL_EXPORTER_OTLP_ENDPOINT:-}
|
||||
- OTEL_EXPORTER_OTLP_TOKEN=${OTEL_EXPORTER_OTLP_TOKEN:-}
|
||||
- OTEL_DEBUG_LOGGING=${OTEL_DEBUG_LOGGING:-false}
|
||||
- ENABLE_TELEMETRY=${ENABLE_TELEMETRY:-false}
|
||||
- TELE_SALT=${TELE_SALT:-}
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user