You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentry Native introduced a session mode called "application mode session". It's defined by a session which starts when the SDK is initialized and it ends when the process exits.
Sentry Native introduced a session mode called "application mode session". It's defined by a session which starts when the SDK is initialized and it ends when the process exits.
Docs for it are here: https://docs.sentry.io/platforms/native/configuration/releases/#release-health
More on the spec: https://develop.sentry.dev/sdk/sessions/
We need to make sure that:
EnableAutoSessionTracking
with defaultfalse
until our next major, where we'll flip the default totrue
.handled: false
) finish the session ascrashed
.The text was updated successfully, but these errors were encountered: