-
-
Notifications
You must be signed in to change notification settings - Fork 226
Closed
Labels
Milestone
Description
See
sentry-dotnet/src/Sentry/SentryOptions.cs
Lines 1009 to 1014 in 7fd6f20
| /// 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). | |
| /// </remarks> | |
| public bool AutoSessionTracking { get; set; } = false; |
There are currently a couple of blockers:
- It does not work with multiple instances of the app running at the same time
- Does not work for server
- Metrics could be an alternative solution to this
Metadata
Metadata
Assignees
Labels
Projects
Status
Done