Skip to content

Commit b444138

Browse files
Remove reference to project config
1 parent 4c4ea1f commit b444138

File tree

1 file changed

+0
-33
lines changed
  • develop-docs/backend/application-domains/pii

1 file changed

+0
-33
lines changed

develop-docs/backend/application-domains/pii/index.mdx

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -68,39 +68,6 @@ some SDK. Go to our PII config editor [Piinguin], and:
6868
3. Paste in other payloads and see if they look fine, go to step **2** if
6969
necessary.
7070

71-
After iterating on the config, paste it back into the project config located at
72-
`.relay/projects/<PROJECT_ID>.json`
73-
74-
For example:
75-
76-
```json
77-
{
78-
"publicKeys": [
79-
{
80-
"publicKey": "___PUBLIC_KEY___",
81-
"isEnabled": true
82-
}
83-
],
84-
"config": {
85-
"allowedDomains": ["*"],
86-
"piiConfig": {
87-
"rules": {
88-
"device_id": {
89-
"type": "pattern",
90-
"pattern": "d/[a-f0-9]{12}",
91-
"redaction": {
92-
"method": "hash"
93-
}
94-
}
95-
},
96-
"applications": {
97-
"freeform": ["device_id"]
98-
}
99-
}
100-
}
101-
}
102-
```
103-
10471
[advanced data scrubbing]: https://docs.sentry.io/product/data-management-settings/scrubbing/advanced-datascrubbing/
10572
[relay]: https://github.com/getsentry/relay
10673
[piinguin]: https://getsentry.github.io/piinguin

0 commit comments

Comments
 (0)