Gradle Config
repositories {
maven { url “https://dl.bintray.com/datadog/datadog-maven" }
}
dependencies {
implementation "com.datadoghq:dd-sdk-android:1.4.0"
// Optionally, if you want Kotlin extensions
implementation "com.datadoghq:dd-sdk-android-ktx:1.4.0"
// Optionally, if you need a Timber integration
// implementation "com.datadoghq:dd-sdk-android-timber:1.4.0"
}
Changes
- [FEATURE] Global: Update the SDK initialization code
- [FEATURE] Global: Add a Kotlin extension module with Kotlin specific integrations
- [FEATURE] Trace: Implement OpenTracing specifications
- [FEATURE] Trace: Add helper methods to attach an error to a span
- [FEATURE] Trace: Add helper Interceptor to trace OkHttp requests
- [FEATURE] Logs: Add sampling option in the Logger
- [IMPROVEMENT] Logs: Make the log operations thread safe
- [BUGFIX] Logs: Fix rare crash on upload requests