Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 988 Bytes

File metadata and controls

48 lines (27 loc) · 988 Bytes

1.0.0

  • Update Tauri v2

0.5.1

  • Fixed an issue where with_panic_hook would swallow the panic after logging it

0.5.0

  • Fixed an issue where with_panic_hook would panic
  • Added msg: String to with_panic_hook

0.4.2

  • Use new session id format

0.4.1

  • Automatic flush of events on app exit
  • Fix User-Agent header

0.4.0

  • 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

0.3.2

  • (macOS) Fixed an issue where sessions could span multiple days if the app was left open overnight

0.3.1

  • Wait for event to be flushed on panic

0.3.0

  • Add ability for panic hook to log panics to aptabase

0.2.1

  • Added support for automatic segregation of Debug/Release data source

0.2.0

  • BREAKING CHANGE: replaced the init function with a Builder struct, see README for example usage
  • Ability to set custom hosts for self hosted servers