Skip to content

Commit b3b7bb3

Browse files
vaindlizokm
andauthored
Apply suggestions from code review
Co-authored-by: Liza Mock <[email protected]>
1 parent 8c66c49 commit b3b7bb3

File tree

2 files changed

+9
-9
lines changed
  • docs

2 files changed

+9
-9
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Set Up Session Replay
33
sidebar_order: 5500
44
notSupported:
5-
description: "Learn how to enable the Beta of Mobile Session Replay in your app."
5+
description: "Learn how to enable the Mobile Session Replay Beta in your app."
66
---
77

88
<Note>
@@ -27,9 +27,9 @@ dependencies:
2727
sentry_flutter: ^8.9.0
2828
```
2929
30-
## Set Up
30+
## Setup
3131
32-
To set up the integration, add the following to your Sentry initialization.
32+
To set up the integration, add the following to your Sentry initialization:
3333
3434
```dart
3535
await SentryFlutter.init(
@@ -53,13 +53,13 @@ Once testing is complete, **we recommend lowering this value in production**. We
5353
Sampling allows you to control how much of your website's traffic will result in a Session Replay. There are two sample rates you can adjust to get the replays relevant to you:
5454

5555
1. <PlatformIdentifier name="replays-session-sample-rate" /> - The sample rate for
56-
replays that begin recording immediately and last the entirety of the user's session.
56+
replays that begin recording immediately and last the entirety of a user's session.
5757
2. <PlatformIdentifier name="replays-on-error-sample-rate" /> - The sample rate for
5858
replays that are recorded when an error happens. This type of replay will record
5959
up to a minute of events prior to the error and continue recording until the session
6060
ends.
6161

62-
Sampling begins as soon as a session starts. <PlatformIdentifier name="replays-session-sample-rate" /> is evaluated first. If it's sampled, the replay recording will begin. Otherwise, <PlatformIdentifier name="replays-on-error-sample-rate" /> is evaluated and if it's sampled, the integration will begin buffering the replay and will only upload it to Sentry if an error occurs. The remainder of the replay will behave similarly to a whole-session replay.
62+
Sampling starts as soon as a session begins. The <PlatformIdentifier name="replays-session-sample-rate" /> is then evaluated. If the session is sampled, replay recording will start immediately. If not, <PlatformIdentifier name="replays-on-error-sample-rate" /> will be evaluated. If the session is sampled at this point, the replay will be buffered and will only be uploaded to Sentry if an error occurs.
6363

6464
## Privacy
6565

@@ -77,11 +77,11 @@ or you can even have a callback to decide whether a specific widget instance sho
7777
: SentryMaskingDecision.continueProcessing);
7878
```
7979

80-
You can find more details in respective methods' code documentation.
80+
You can find more details in the documentation for each method.
8181

8282
<Note>
8383

84-
If you encounter any data not being redacted with the default settings, please let us know through a [GitHub issue](https://github.com/getsentry/sentry-dart/issues/new?template=BUG_REPORT.yml).
84+
If you find that data isn't being redacted with the default settings, please let us know by creating a [GitHub issue](https://github.com/getsentry/sentry-dart/issues/new?template=BUG_REPORT.yml).
8585

8686
</Note>
8787

docs/product/explore/session-replay/mobile/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ These breadcrumbs are synced with the replay player and will auto-scroll as the
5656

5757
## SDKs Supported
5858

59-
Session Replay for mobile is currently available for Android and iOS on both native SDKs as well as React Native and Flutter.
59+
Session Replay for mobile is currently available for Android and iOS on both native SDKs, as well as for React Native and Flutter.
6060

61-
We recommend updating to the latest, but the miminum versions supported are:
61+
We recommend updating to the latest version, but the minimum versions supported are:
6262

6363
- [iOS](/platforms/apple/guides/ios/session-replay/), [8.31.1](https://github.com/getsentry/sentry-cocoa/releases)
6464
- [Android](/platforms/android/session-replay/), [7.12.0](https://github.com/getsentry/sentry-java/releases)

0 commit comments

Comments
 (0)