Skip to content

Commit 4dc38d9

Browse files
committed
Update
1 parent 82a3d8d commit 4dc38d9

File tree

1 file changed

+0
-12
lines changed
  • docs/platforms/dart/guides/flutter/session-replay

1 file changed

+0
-12
lines changed

docs/platforms/dart/guides/flutter/session-replay/index.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ While we have default privacy considerations in place, there are additional sett
6969
We cannot detect the usage of third party widgets such as [FlutterMap](https://pub.dev/packages/flutter_map) so you need to manually configure the privacy configuration to mask the content of these widgets.
7070
To learn more about session replay privacy, [read our docs.](/platforms/dart/guides/flutter/session-replay/privacy/)
7171

72-
{/* ## Redact Session Replay via `masking`
73-
74-
By default, the SDK is recording and aggressively redacting (masking) all `Text`, `EditableText`, and `Image` widgets for <PlatformLink to="/session-replay/">`Session Replay`</PlatformLink>. To modify or disable this behavior, use the `options.experimental.privacy` parameter.
75-
76-
<Alert level="warning">
77-
Modifying this parameter will also affect `masking` for
78-
<PlatformLink to="/enriching-events/screenshots/">`Screenshots`</PlatformLink>
79-
.
80-
</Alert>
81-
82-
<PlatformContent includePath="replay/privacy-configuration" /> */}
83-
8472
## Error Linking
8573

8674
Errors that happen while a replay is running will be linked to the replay, making it possible to jump between related issues and replays. However, it's **possible** that in some cases the error count reported on the **Replays Details** page won't match the actual errors that have been captured. That's because errors can be lost, and while this is uncommon, there are a few reasons why it could happen:

0 commit comments

Comments
 (0)