Skip to content

Commit c892db4

Browse files
authored
fixed remark (#3612)
1 parent a77e1bd commit c892db4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Sentry/SentryOptions.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,10 +1012,9 @@ public StackTraceMode StackTraceMode
10121012
/// end the session when it's closed.
10131013
/// </summary>
10141014
/// <remarks>
1015-
/// Note: this is disabled by default in the current version (except for mobile targets and MAUI),
1016-
/// but will become enabled by default in the next major version.
1017-
/// Currently this only works for release health in client mode
1018-
/// (desktop, mobile applications, but not web servers).
1015+
/// Currently, this only works for release health in client mode (desktop, mobile applications, but not web servers)
1016+
/// as this feature requires access to the filesystem to sync sessions and multiple instances of the app will race
1017+
/// each other.
10191018
/// </remarks>
10201019
public bool AutoSessionTracking { get; set; } = false;
10211020
#endif

0 commit comments

Comments
 (0)