Describe the bug
The tag parameters is ignored inside DatadogTree.log merthod
Reproduction steps
Timber
.tag("tag")
.w("message")
Logcat logs
message
Expected behavior
tag message
Affected SDK versions
2.12.1
Latest working SDK version
No
Did you confirm if the latest SDK version fixes the bug?
Yes
Kotlin / Java version
Kotlin
Gradle / AGP version
No response
Other dependencies versions
No response
Device Information
No response
Other relevant information
Bug line
|
logger.log(priority, message, t) |
- notice lack of
tag argument
Describe the bug
The
tagparameters is ignored insideDatadogTree.logmerthodReproduction steps
Logcat logs
message
Expected behavior
tag message
Affected SDK versions
2.12.1
Latest working SDK version
No
Did you confirm if the latest SDK version fixes the bug?
Yes
Kotlin / Java version
Kotlin
Gradle / AGP version
No response
Other dependencies versions
No response
Device Information
No response
Other relevant information
Bug line
dd-sdk-android/integrations/dd-sdk-android-timber/src/main/kotlin/com/datadog/android/timber/DatadogTree.kt
Line 51 in 2529684
tagargument