Rustelo/features/analytics/templates/analytics.config.toml
Jesús Pérez 0d0297423e
Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
chore: fix with CI and pre-commit
2026-02-08 20:37:49 +00:00

20 lines
384 B
TOML

[analytics]
enabled = true
log_path = "logs/analytics"
max_events_in_memory = 1000
[analytics.navigation]
track_clicks = true
track_route_changes = true
slow_resolution_threshold_ms = 10
[analytics.server]
track_panics = true
track_errors = true
performance_monitoring = true
[analytics.browser]
track_console_errors = true
track_performance = true
track_user_interactions = false