Skip to content

1.1.0

Compare
Choose a tag to compare
@xgouchet xgouchet released this 06 Jan 14:43
· 5456 commits to master since this release

Gradle Config

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

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

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

Changes

  • [BUGFIX] Make the packageVersion field optional in the SDK initialisation
  • [BUGFIX] Fix timestamp formatting in logs
  • [FEATURE] Add a developer targeted logger
  • [FEATURE] Add user info in logs
  • [FEATURE] Create automatic Tags / Attribute (app / sdk version)
  • [FEATURE] Integrate SDK with Timber
  • [IMPROVEMENT] Remove the obfuscation in the logs (faster local processing)
  • [IMPROVEMENT] Implement a modern NetworkInfoProvider