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
SessionTrackingApiClient and ErrorApiClient are now deprecated in favour of the Delivery interface.
If you configure a custom HTTP client with Bugsnag, it is recommended that you migrate over to this new API.
Further information is available in the docs..
Expose Delivery API interface for configuring custom HTTP clients #299
Enhancements
Use buffered streams for IO (perf improvement) #307
Adds support for tracking sessions and overall crash rate by setting config.setAutoCaptureSessions to true.
In addition, sessions can be indicated manually using Bugsnag.startSession#217