Replica
The [Replica] section controls the traffic recording display in Chute Dashboard. It allows you to filter and hide certain types of traffic from the request history view.
[Replica]
hide-apple-request = true
hide-udp = true
hide-crashlytics-request = true
use-keyword-filter = false
keyword-filter = keyword1,keyword2
Parameters
hide-apple-request (Default: false)
hide-apple-request = true
Hide requests from Apple services (e.g. *.apple.com, *.icloud.com) in the Dashboard traffic list.
hide-udp (Default: false)
hide-udp = true
Hide UDP traffic from the Dashboard traffic list.
hide-crashlytics-request (Default: false)
hide-crashlytics-request = true
Hide requests to Crashlytics and other analytics services in the Dashboard traffic list.
use-keyword-filter (Default: false)
use-keyword-filter = true
Enable keyword-based filtering of displayed requests.
keyword-filter
keyword-filter = google,facebook,analytics
Comma-separated list of keywords. When use-keyword-filter is enabled, only requests matching these keywords will be shown in the Dashboard.