Skip to content

Commit

Permalink
fixed remark (#3612)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed Sep 17, 2024
1 parent a77e1bd commit c892db4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Sentry/SentryOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1012,10 +1012,9 @@ public StackTraceMode StackTraceMode
/// end the session when it's closed.
/// </summary>
/// <remarks>
/// Note: this is disabled by default in the current version (except for mobile targets and MAUI),
/// but will become enabled by default in the next major version.
/// Currently this only works for release health in client mode
/// (desktop, mobile applications, but not web servers).
/// Currently, this only works for release health in client mode (desktop, mobile applications, but not web servers)
/// as this feature requires access to the filesystem to sync sessions and multiple instances of the app will race
/// each other.
/// </remarks>
public bool AutoSessionTracking { get; set; } = false;
#endif
Expand Down

0 comments on commit c892db4

Please sign in to comment.