Skip to content

Commit bbdc308

Browse files
Update docs/platforms/apple/common/data-management/sensitive-data/index.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 230baae commit bbdc308

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

3636
## Scrubbing Data
3737

38-
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. On the Apple SDK, transactions also go through <PlatformIdentifier name="before-send" />. We recommend using <PlatformIdentifier name="before-send" />, <PlatformIdentifier name="before-breadcrumb" />, and <PlatformIdentifier name="before-send-span" /> in the SDKs to **scrub any data before it is sent**, to ensure that sensitive data never leaves the local environment.
38+
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. On the Apple SDK, transactions also go through <PlatformIdentifier name="before-send" />. We recommend using <PlatformIdentifier name="before-send" />, <PlatformIdentifier name="before-breadcrumb" />, and <PlatformIdentifier name="before-send-span" /> in the SDKs to **scrub any data before it is sent**, to ensure that sensitive data never leaves your local environment.
3939

4040
### <PlatformIdentifier name="before-send" />
4141

0 commit comments

Comments
 (0)