Skip to content

Commit e85c779

Browse files
authored
Update docs/platforms/rust/common/data-management/sensitive-data/index.mdx
1 parent 0c89bc8 commit e85c779

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

docs/platforms/rust/common/data-management/sensitive-data/index.mdx

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

4242
### <PlatformIdentifier name="before-send" /> & <PlatformIdentifier name="before-send-transaction" />
4343

44-
The SDK provides 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. The SDK also provide a <PlatformIdentifier name="before-send-transaction" /> hook which does the same thing for transactions. We recommend using <PlatformIdentifier name="before-send" /> and <PlatformIdentifier name="before-send-transaction" /> in the SDK to **scrub any data before it is sent**, to ensure that sensitive data never leaves the local environment.
44+
The SDK provides 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. We recommend using <PlatformIdentifier name="before-send" /> in the SDK to **scrub any data before it is sent**, to ensure that sensitive data never leaves the local environment.
4545

4646
<PlatformContent includePath="configuration/before-send/" />
4747

0 commit comments

Comments
 (0)