onSession

abstract fun onSession(session: Session): Boolean

Runs the "on session" callback. If the callback returns false any further OnSessionCallback callbacks will not be called and the session will not be sent to Bugsnag.

Parameters

session

the session to be sent to Bugsnag

See also