Skip to content

Releases: aptabase/aptabase-maui

0.1.0

01 Sep 14:04
Compare
Choose a tag to compare
  • Add EnablePersistence to persist events on disk before sending them to the server
  • Add EnableCrashReporting to log application crashes, unhandled exceptions

0.0.9

01 Jun 19:19
Compare
Choose a tag to compare
  • Fix net8 compatibility issues
  • Use System.Threading.Channels to send events asynchronously
  • Add IsDebugMode to AptabaseOptions (fixes Android detection + avoids reflection if specified by the consumer of the sdk)
  • Add DeviceModel to system properties

0.0.7

30 Aug 14:58
Compare
Choose a tag to compare
  • Use a more reliable method for Debug/Release mode detection
  • Update docs
  • Fix automatic Debug/Release mode detection