sentry-dotnet
sentry-dotnet copied to clipboard
Enable `AutoSessionTracking` by default
See https://github.com/getsentry/sentry-dotnet/blob/7fd6f20262e62761032f2d92fbcac65f9f8c04a4/src/Sentry/SentryOptions.cs#L1009-L1014
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