package
1.8.0
Repository: https://github.com/agilebits/bugsnag-go.git
Documentation: pkg.go.dev

# Functions

IncrementEventCountAndGetSession extracts a Bugsnag session from the given context and increments the event count of unhandled or handled events and returns the session.
NewSessionTracker creates a new SessionTracker based on the provided config,.
SendStartupSession is called by Bugsnag on startup, which will send a session to Bugsnag and return a context to represent the session of the main goroutine.

# Structs

EventCounts register how many handled/unhandled events have happened for this session.
Session represents a start time and a unique ID that identifies the session.
SessionTrackingConfiguration defines the configuration options relevant for session tracking.

# Interfaces

SessionTracker exposes a method for starting sessions that are used for gauging your application's health.