android-v0.3.0
·
1075 commits
to main
since this release
Summary
- Better session management. A new session is created when the app is launched after a certain
period of inactivity. Prior to this, a new session was created during cold start by @abhaysood in #793. - Improved export logic for better session replay during crashes. Earlier, exceptions were at times
exported without events that occurred just before the crash, leading to incomplete session replay by @abhaysood in #755. - Improved executor services usage. Does not have any impact on the SDK usage by @abhaysood in #849.
- Network attributes are now non-nullable. Does not have any impact on the SDK usage by @abhaysood in #726.
- Using
vanniktech/gradle-maven-publish-plugin
for publishing to maven by @abhaysood in #862.