| OLD | NEW |
| 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 Loading... |
| 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. |
| OLD | NEW |