diff --git a/docs/platforms/apple/common/data-management/sensitive-data/index.mdx b/docs/platforms/apple/common/data-management/sensitive-data/index.mdx index 7ae640f698c81..9cbb9153991cf 100644 --- a/docs/platforms/apple/common/data-management/sensitive-data/index.mdx +++ b/docs/platforms/apple/common/data-management/sensitive-data/index.mdx @@ -35,12 +35,22 @@ If you _do not_ wish to use the default PII behavior, you can also choose to ide ## Scrubbing Data -### & +SDKs provide a 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 . We recommend using , , and in the SDKs to **scrub any data before it is sent**, to ensure that sensitive data never leaves your local environment. -SDKs provide a 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 hook which does the same thing for transactions. We recommend using and in the SDKs to **scrub any data before it is sent**, to ensure that sensitive data never leaves the local environment. +### +### + + + +### + + + +### Sensitive Data + Sensitive data may appear in the following areas: - Stack-locals → Some SDKs (Python, PHP and Node) will pick up variable values within the stack trace. These can be scrubbed, or this behavior can be disabled altogether if necessary.