Skip to content

Commit 2556658

Browse files
committed
fix json error
1 parent 2878364 commit 2556658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/security-legal-pii/scrubbing/server-side-scrubbing/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Sentry will redact arrays and literal values, but also entire objects. For examp
3636
```javascript
3737
credentials = {
3838
username: 'jane',
39-
cats: ['pancake', 'maple', 'hellboy']
39+
cats: ['pancake', 'maple', 'hellboy'],
4040
password: 'p4ssw0rd!',
4141
lastLogin: 'yesterday',
4242
...

0 commit comments

Comments
 (0)