This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
v1.0-beta.5
Pre-release
Pre-release
·
238 commits
to master
since this release
- The SDK is now built using the Android Tools Gradle plugin 1.2.3
- Fix a null pointer exception in
LifecycleTracking
#43 - Refactored Autocollection –
LifecycleTracking
has been deprecated #51 - Fix for null pointer exceptions when trying to serialize
null
#45 - Fix for
Concurrent Modification Exception
in case the same Telemetry-Object was after it was modified #44 - Fix for
ClassNotFoundException
when running the SDK on an Android 2.3 device #48 - Fix a bug that was introduced in 1.0-beta.4 that caused crashes not to be sent under some circumstances #52 & e3b51e7927f238cc123c50b654fbeab448ba6df6
Breaking Changes & Deprecations
- Two previously deprecated setup-methods for
ApplicationInsights
have been removed. LifecycleTracking
has been deprecated, useAutoCollection
instead.