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.
Traffic recording itself is enabled by the replica key in [General] (replica = true); the [Replica] section only filters what is displayed.
[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 to *.apple.com hosts in the Dashboard traffic list.
hide-udp (Default: false)
hide-udp = true
Hide UDP traffic from the Dashboard traffic list.
Notice: This key is parsed and preserved but currently not applied at runtime.
hide-crashlytics-request (Default: false)
hide-crashlytics-request = true
Hide requests to Crashlytics in the Dashboard traffic list.
Notice: This key is parsed and preserved but currently not applied at runtime.
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.