Skip to content

Commit fc2699f

Browse files
Update platform-includes/configuration/auto-session-tracking/flutter.mdx
Co-authored-by: Alex Krawiec <[email protected]>
1 parent 515585d commit fc2699f

File tree

1 file changed

+1
-1
lines changed
  • platform-includes/configuration/auto-session-tracking

1 file changed

+1
-1
lines changed

platform-includes/configuration/auto-session-tracking/flutter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ To benefit from the health data, you must use at least version 4.0.0 of the Flut
22

33
#### Session Timeout
44

5-
By default, the session is terminated once the application is in the background for more than `30 seconds`. You can change the default timeout with the option `autoSessionTrackingInterval` to a `Duration` of your choosing.
5+
By default, the session is terminated once the application is in the background for more than `30 seconds`. You can change this default by setting the `autoSessionTrackingInterval` option to a `Duration` of your choosing.
66

77
```dart
88
SentryFlutter.init((options) {

0 commit comments

Comments
 (0)