- Fixed an issue where
with_panic_hook
would swallow the panic after logging it
- Fixed an issue where
with_panic_hook
would panic - Added
msg: String
towith_panic_hook
- Use new session id format
- Automatic flush of events on app exit
- Fix User-Agent header
- Events are now sent in batches to reduce network overhead
- While offline, events will be enqueue and sent when the app is back online
- Tauri 1.4 required
- (macOS) Fixed an issue where sessions could span multiple days if the app was left open overnight
- Wait for event to be flushed on panic
- Add ability for panic hook to log panics to aptabase
- Added support for automatic segregation of Debug/Release data source
- BREAKING CHANGE: replaced the
init
function with aBuilder
struct, see README for example usage - Ability to set custom hosts for self hosted servers