Skip to content

Commit cd20248

Browse files
committed
move section
1 parent 4cb3315 commit cd20248

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ Only a select number of fields are scrubbed. You can find a list of the fields t
5656

5757
In addition, we provide an [_Advanced Data Scrubbing_](/security-legal-pii/scrubbing//advanced-datascrubbing/) feature that allows more control over how filters are applied.
5858

59+
## Geo Information
60+
61+
Geo information is extracted based on the IP address of the user. This will happen even if storing IP addresses
62+
is disabled.
63+
64+
To scrub geo data, it's necessary to add an [_Advanced Data Scrubbing_](/security-legal-pii/scrubbing//advanced-datascrubbing/) rule.
65+
For example, this rule will remove all geo information: `[Remove] [Anything] from [$user.geo.**]`.
66+
5967
## Removing Data
6068

6169
If you’ve accidentally sent sensitive data to the server, you likely don't to want to leave it there. There are a few things to note in removal:
@@ -94,14 +102,6 @@ Marking elements of an array as safe requires a wildcard selector, for example `
94102
can be used to mark all elements contained within an object. The two selectors: `extra.credentials` and
95103
`extra.credentials.**` will mark the `credentials` object and all of its members as safe.
96104

97-
## Geo Information
98-
99-
Geo information is extracted based on the IP address of the user. This will happen even if storing IP addresses
100-
is disabled.
101-
102-
To scrub geo data, it's necessary to add an [_Advanced Data Scrubbing_](/security-legal-pii/scrubbing//advanced-datascrubbing/) rule.
103-
For example, this rule will remove all geo information: `[Remove] [Anything] from [$user.geo.**]`.
104-
105105
## Known Limitations
106106

107107
It's not currently possible to avoid scrubbing data in [breadcrumbs](/product/issues/issue-details/breadcrumbs/) by adding the category name in "Safe Fields". Only the message and data in breadcrumbs are used for data scrubbing. Also, if custom JSON data is provided, the fields will be scrubbed according to the configured rules and the entries in "Safe Fields".

0 commit comments

Comments
 (0)