Expand description
Enables or disables automatic session tracking.
Automatic session tracking is enabled by default and is equivalent to
calling sentry_start_session
after startup.
There can only be one running session, and the current session will
always be closed implicitly by sentry_close
, when starting a
new session with sentry_start_session
, or manually by calling
sentry_end_session
.