Rustelo/features/analytics/templates/analytics.config.toml

19 lines
383 B
TOML
Raw Normal View History

2026-02-08 20:18:46 +00:00
[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