Skip to content

Commit 09e961b

Browse files
authored
chore: add instruction to make entire body global noise (#496)
Signed-off-by: Sarthak Shyngle <[email protected]>
1 parent 6b9ec31 commit 09e961b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

versioned_docs/version-2.0.0/running-keploy/configuration-file.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,13 @@ globalNoise:
281281
}}
282282
```
283283

284+
**Note:** For marking entire response body as global noise use -
285+
286+
```yml
287+
globalNoise:
288+
global: {body: {"*": "*"}}
289+
```
290+
284291
1. **`global`**:
285292

286293
- **`body`**: Defines patterns to ignore for the response body, such as filtering out URLs. Example: `{"url": ['https?://\S+', 'http://\S+']}`

0 commit comments

Comments
 (0)