- Add
EnablePersistence
to persist events on disk before sending them to the server - Add
EnableCrashReporting
to log application crashes, unhandled exceptions
- Fix net8 compatibility issues
- Use
System.Threading.Channels
to send events asynchronously - Add
IsDebugMode
toAptabaseOptions
(fixes Android detection + avoids reflection if specified by the consumer of the sdk) - Add
DeviceModel
to system properties
- Use new session id format
- Use a more reliable method for Debug/Release mode detection
- Update docs
- Fix automatic Debug/Release mode detection
- Added support for automatic segregation of Debug/Release events
- Explicit nullable types