Skip to content

Commit abd9183

Browse files
Update README (#72)
1 parent ccb259e commit abd9183

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ The tracer will automatically scrub values for keys in payload objects such as H
141141
- `x-amz-security-token`
142142
- `Signature`
143143
- `Authorization`
144+
144145
This behavior can be overridden by setting the `LUMIGO_SECRET_MASKING_REGEX` environment variable to a JSON array of regex patterns to match, e.g.: `[".+top.secret.+", ".+pazzword.+"]`.
145146

146147
#### Notes
@@ -186,4 +187,4 @@ will result in the following payload shown in the Lumigo platform:
186187
"not so secret": "value",
187188
"ToP sEcReT": "is case sensitive"
188189
}
189-
```
190+
```

0 commit comments

Comments
 (0)