Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: telemetry/third_party/web-page-replay/documentation/Rules.md

Issue 2210063003: Rename third_party/webpagereplay to third_party/web-page-replay (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 WebPageReplay Rule Language 1 WebPageReplay Rule Language
2 =========================== 2 ===========================
3 3
4 WebPageReplay rules allows developers to customize record/replay handling. 4 WebPageReplay rules allows developers to customize record/replay handling.
5 5
6 Motiviation 6 Motiviation
7 ----------- 7 -----------
8 8
9 Web sites often require custom replay logic, e.g.: 9 Web sites often require custom replay logic, e.g.:
10 10
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 All rules of the same rule_type_name are chained together and applied in the 86 All rules of the same rule_type_name are chained together and applied in the
87 same order as they appear in the input JSON file. 87 same order as they appear in the input JSON file.
88 88
89 89
90 Rules 90 Rules
91 ------- 91 -------
92 92
93 ### rules.LogUrl: 93 ### rules.LogUrl:
94 94
95 If the url pattern matches then log the request URL. 95 If the url pattern matches then log the request URL.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698