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
- Report issue like so
Timber.tag("MyTag").w(throwable, "Something went wrong") (It's possible that it might be working for Timber.e())
- Open Sentry dashboard and locate the aforementioned issue
Expected Result
In the list of tags we should see TimberTag tag with the valueMyTag
As mentioned by the changelog, TimberTag is supported from version 5.7.2 onwards
Support for Timber.tag has been brought back in version 5.7.2.
Actual Result
When checking tags you can notice that TimberTag tag is missing completely. See attached screenshot with what I mean by 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