Skip to content

Commit 0ea9f1a

Browse files
authored
feat(android): Timber.tag is supported again (#4912)
1 parent 3f53428 commit 0ea9f1a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/platforms/android/configuration/integrations/timber.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ The `sentry-android-timber` library provides [Timber](https://github.com/JakeWha
1414

1515
The source can be found [on GitHub](https://github.com/getsentry/sentry-java/tree/master/sentry-android-timber/src/main/java/io/sentry/android/timber).
1616

17-
<Note>
18-
19-
Starting from version `5.6.2`, the `Timber.tag` usage is no longer supported by our SDK. Please, vote on this [GitHub issue](https://github.com/getsentry/sentry-java/issues/1900) to let us know if we should provide support for that.
20-
21-
</Note>
22-
2317
## Auto-Installation With the Sentry Android Gradle Plugin
2418

2519
### Install

src/platforms/android/migration.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ description: "Migrating between versions of Sentry's SDK for Android."
1010

1111
Starting from version `5.6.2`, the `Timber.tag` usage is no longer supported by our SDK (the tag will not be captured and reflected on Sentry). Please, vote on this [GitHub issue](https://github.com/getsentry/sentry-java/issues/1900) to let us know if we should provide support for that.
1212

13+
<Note>
14+
15+
Support for `Timber.tag` has been brought back in version `5.7.2`.
16+
17+
</Note>
18+
1319
## Migrating from `io.sentry:sentry-android-gradle-plugin 2.x` to `io.sentry:sentry-android-gradle-plugin 3.0.0`
1420

1521
The `io.sentry.android.gradle` >= `3.0.0` requires [Android Gradle Plugin >= 7.0.0](https://developer.android.com/studio/releases/gradle-plugin#7-0-0). For older versions of the Android Gradle Plugin, use `io.sentry.android.gradle:2.+`.

0 commit comments

Comments
 (0)