sentry-java
sentry-java copied to clipboard
Sentry <> Timber integration: Missing `TimberTag` 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
- Report issue like so
Timber.tag("MyTag").w(throwable, "Something went wrong")(It's possible that it might be working forTimber.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