You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/apple/guides/ios/session-replay/customredact.mdx
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,33 @@
1
1
---
2
-
title: Using custom redact for Session Replay
2
+
title: Using Custom Redact for Session Replay
3
3
sidebar_order: 5501
4
4
notSupported:
5
-
description: "Learn how to choose which part of your app's data to redact in Session Replay."
5
+
description: "Learn how to redact parts of your app's data in Session Replay."
6
6
---
7
7
8
-
<Note>
8
+
<Alert>
9
9
10
-
Using custom redaction for Session Replay can expose sensitive data. Make sure to double-check every part of your app's data that you choose to redact or not.
10
+
If you custom redact your Session Replays, you may accidentally expose sensitive customer data. Be sure to double-check what you choose to expose.
11
11
12
-
</Note>
12
+
</Alert>
13
13
14
-
By default, our Session Replay SDK masks all text content, images, and user input, giving you heightened confidence that no sensitive data will leave the device. However, you can choose which parts of your app's data to redact or not by using some different options.
14
+
By default, our Session Replay SDK masks all text content, images, and user input. This helps ensure that no sensitive data will be exposed. You can also manually choose which parts of your app's data to redact by using the different options listed below.
15
15
16
16
17
-
## Redact by View class
17
+
## Redact by View Class
18
18
19
19
You can choose which type of view you want to redact or ignore by using the `redactViewClasses` or `ignoreViewClasses` options.
20
20
21
-
Let's say you have a custom view that you want to redact and a UILabel subclass (which normally would be redacted) that you want to ignore. You can set the options like this:
21
+
Let's say you have a custom view that you want to redact and a `UILabel` subclass (which normally would be redacted) that you want to ignore. You can set the options like this:
Copy file name to clipboardExpand all lines: docs/platforms/apple/guides/ios/session-replay/index.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,9 +73,9 @@ Sampling begins as soon as a session starts. `sessionSampleRate` is evaluated fi
73
73
74
74
## Privacy
75
75
76
-
The SDK is recording and aggressively redacting all text and images.
76
+
The SDK aggressively records and redacts all text and images.
77
77
Please don't turn it off if you have sensitive data in your app.
78
-
If you want to manually choose which part of your app's data to redact, read our guide on [custom redaction](/platforms/apple/guides/ios/session-replay/customredact).
78
+
If you want to manually redact parts of your app's data, read our guide on [custom redaction](/platforms/apple/guides/ios/session-replay/customredact).
0 commit comments