We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
TimberTag
sentry-android
Gradle
8.6.0
Enabled
7.4.0
5.0.1
Timber.tag("MyTag").w(throwable, "Something went wrong")
Timber.e()
In the list of tags we should see TimberTag tag with the valueMyTag
MyTag
As mentioned by the changelog, TimberTag is supported from version 5.7.2 onwards
5.7.2
Support for Timber.tag has been brought back in version 5.7.2.
When checking tags you can notice that TimberTag tag is missing completely. See attached screenshot with what I mean by tag
tag
Integration
sentry-android
Build System
Gradle
AGP Version
8.6.0
Proguard
Enabled
Sentry Version
7.4.0
Timber Version
5.0.1
Steps to Reproduce
Timber.tag("MyTag").w(throwable, "Something went wrong")(It's possible that it might be working forTimber.e())Expected Result
In the list of tags we should see
TimberTagtag with the valueMyTagAs mentioned by the changelog,
TimberTagis supported from version5.7.2onwardsActual Result
When checking tags you can notice that

TimberTagtag is missing completely. See attached screenshot with what I mean bytag