github DataDog/dd-sdk-android 1.3.0

latest releases: 2.9.0, 2.8.0, 2.7.1...
4 years ago

Gradle Config

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

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

    // Optionally, if you need a Timber integration
    // implementation "com.datadoghq:dd-sdk-android-timber:1.3.0"
}

Changes

  • [FEATURE] Logs: Add the caller class name as a tag in the LogcatLogHandler (only when app is in Debug)
  • [FEATURE] Logs: Allow adding a JsonElement as Attribute
  • [FEATURE] CrashReport: Let Crash logs use the EMERGENCY log level
  • [FEATURE] Global: Warn developers on SDK errors in the Logcat (cf Datadog.setVerbosity())
  • [FEATURE] Global: Expose the Datadog.isInitialized() method to the public API
  • [OTHER] Deprecate the Datadog.switchEndpoint() method
  • [OTHER] Fail silently when the SDK is not initialized

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

NewReleases is sending notifications on new releases.