github DataDog/dd-sdk-android 1.0.0

latest releases: 2.15.1, 2.15.0, 2.14.0...
4 years ago

Gradle Config

repositories {
    maven { url “https://dl.bintray.com/datadog/datadog-maven" }
}

dependencies {
    implementation "com.datadoghq:dd-sdk-android:1.0.0"
}

Changes

  • [BUGFIX] Make sure no logs are lost
  • [FEATURE] Allow adding a throwable to logged messages
  • [FEATURE] Automatically add the Logger name and thread to the logged messages
  • [FEATURE] Allow Changing the endpoint between US and EU servers
  • [FEATURE] Allow logger to add attributes for a single log
  • [IMPROVEMENT] Remove the usage of the Android WorkManager
  • [IMPROVEMENT] Improved overall performances
  • [IMPROVEMENT] Disable background job when network or battery are low
  • [OTHER] Secure the project with lints, tests and benchmarks

Don't miss a new dd-sdk-android release

NewReleases is sending notifications on new releases.