{% extends "base.html" %} {% block title %}Telemetry & Analytics Dashboard{% endblock %} {% block content %}
Monitor what data is being collected and manage your privacy settings
Installation ID
{{ telemetry.installation_id }}
Telemetry Fingerprint
{{ telemetry.fingerprint[:32] }}...
Salt (Partial)
{{ telemetry.telemetry_salt }}
Setup Status
{{ 'Complete' if telemetry.setup_complete else 'Pending' }}
Thank you! Your anonymous telemetry data helps us improve TimeTracker. No personally identifiable information is ever collected.
Telemetry is currently disabled. No data is being sent.
API Key
{{ 'Set' if posthog.api_key_set else 'Not Set' }}
Host
{{ posthog.host }}
PostHog is tracking: User behavior events like timer starts, project creation, etc. Uses internal user IDs only (no PII).
To enable PostHog, set POSTHOG_API_KEY in your environment variables.
DSN
{{ 'Set' if sentry.dsn_set else 'Not Set' }}
Traces Sample Rate
{{ sentry.traces_rate }}
Sentry is monitoring: Application errors and performance issues. Helps identify and fix bugs quickly.
To enable Sentry, set SENTRY_DSN in your environment variables.
📖 Analytics Documentation - Complete guide to analytics features
📊 Events Schema - List of all tracked events
🔒 Privacy Policy - Data collection and your rights