pub fn glean_session_end(reason: Option<String>)Expand description
Ends a session manually.
Only has effect in SessionMode::Manual. Calling this in Auto or
Lifecycle mode is a no-op to prevent corrupting automatic session state.
reason is an optional application-provided string attached to the
glean.session_end boundary event for downstream analysis.