sentry-dotnet icon indicating copy to clipboard operation
sentry-dotnet copied to clipboard

New Session status type `Unhandled`

Open bitsandfoxes opened this issue 2 months ago • 1 comments

Description

Relevant docs PR https://github.com/getsentry/sentry-docs/pull/15086

The existing SessionEndStatus is to be extended by a new status Unhandled. This splits the session update after error capture https://github.com/getsentry/sentry-dotnet/blob/c57c0f284b8a9c6564bd56727a67a05ad0d51ba8/src/Sentry/SentryClient.cs#L364-L376

in two pieces:

The Unhandled session end status is also terminal, meaning that the session updated as Unhandled is to be ended and not to receive further updates.

bitsandfoxes avatar Oct 14 '25 10:10 bitsandfoxes

NET-494

linear[bot] avatar Oct 14 '25 10:10 linear[bot]