android-v0.4.0
·
907 commits
to main
since this release
0.4.0
Features
- Add ability to turn on logs for the SDK, logs are disabled by default by @abhaysood in #925
- Add ability to configure sampling rate for non-crashed sessions by @abhaysood in #955
- Improved event export with export for non-crashed sessions, crashed sessions and launch events. Earlier all events were always exported. by @abhaysood in #955
Fixes
- Fix network provider attribute key name by @abhaysood in #929
- Fix calculation of CPU & memory usage by @abhaysood in #946
- Use process death time instead of current time for AppExit timestamp by @abhaysood in #954
- Guard executor submit blocks with try-catch blocks by @abhaysood in #961
- Add indexes to database by @abhaysood in #966
- Make OkHttp a compile time dependency for the SDK by @abhaysood in #980