sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

Sentry <> Timber integration: Missing `TimberTag` tag

Open gent-ahmeti opened this issue 4 months ago • 5 comments

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

  1. Report issue like so Timber.tag("MyTag").w(throwable, "Something went wrong") (It's possible that it might be working for Timber.e())
  2. 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 Image

gent-ahmeti avatar Jun 11 '25 12:06 gent-ahmeti