Skip to content

Commit 59105de

Browse files
committed
update sensitive data page
1 parent 88d2a2f commit 59105de

File tree

1 file changed

+1
-1
lines changed
  • src/platforms/common/data-management/sensitive-data

1 file changed

+1
-1
lines changed

src/platforms/common/data-management/sensitive-data/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ If you _do not_ wish to use the default PII behavior, you can also choose to ide
4949

5050
## Scrubbing Data
5151

52-
SDKs provide a <PlatformIdentifier name="before-send" /> hook, which is invoked before an event is sent and can be used to modify event data to remove sensitive information. Using <PlatformIdentifier name="before-send" /> in the SDKs to **scrub any data before it is sent** is the recommended scrubbing approach, so sensitive data never leaves the local environment.
52+
SDKs provide a <PlatformIdentifier name="before-send" /> hook, which is invoked before an error or message event is sent and can be used to modify event data to remove sensitive information. (Some SDKs also provide a <PlatformIdentifier name="before-send-transaction" /> hook which does the same thing for transactions.) Using <PlatformIdentifier name="before-send" /> and <PlatformIdentifier name="before-send-transaction" /> in the SDKs to **scrub any data before it is sent** is the recommended scrubbing approach, so sensitive data never leaves the local environment.
5353

5454
<PlatformContent includePath="configuration/before-send" />
5555

0 commit comments

Comments
 (0)