Skip to content

Commit 80f93ca

Browse files
buenaflorjas-kas
andauthored
Apply suggestions from code review
Co-authored-by: Jasmin <[email protected]>
1 parent 2bda506 commit 80f93ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Learn about the general Session Replay configuration fields."
77

88
## General Integration Configuration
99

10-
The following options can be configured on the `options.replay` field of your Sentry Flutter SDK, in `SentryFlutter.init((options) { ... })`:
10+
The following options can be configured in the `options.replay` field of your Sentry Flutter SDK, in `SentryFlutter.init((options) { ... })`:
1111

1212

1313
| Key | Type | Default | Description |
@@ -16,15 +16,15 @@ The following options can be configured on the `options.replay` field of your Se
1616
| onErrorSampleRate | `double` | `0` | The sample rate for replays that are recorded when an error happens. This type of replay will record up to a minute of events prior to the error and continue recording until the session ends. `1.0` captures all sessions with an error, and `0` captures none. |
1717
| quality | `SentryReplayQuality` | `SentryReplayQuality.medium` | Defines the image quality of the session replay. The higher the quality, the more accurate the replay will be, but also more data to transfer and more CPU load. |
1818

19-
## Network Details
19+
## Configure Network Details
2020

2121
In order to capture basic information about network requests, you need to use our Sentry integrations for the HTTP client you are using.
2222
This allows the Sentry instrumented HTTP client to capture network details during your replay.
2323

24-
- [dio](/platforms/dart/integrations/dio/)
25-
- [http](/platforms/dart/integrations/http-integration/)
24+
- [Dio](/platforms/dart/integrations/dio/)
25+
- [HTTP](/platforms/dart/integrations/http-integration/)
2626

27-
## Screen Names and Navigation Details
27+
## Configure Screen Names and Navigation Details
2828

2929
In order to capture screen names and navigation breadcrumbs, you need to add our `SentryNavigatorObserver` to your application's `navigatorObservers` and define route names when you navigate to a new screen.
3030

0 commit comments

Comments
 (0)