Skip to content

Commit f6f5bb9

Browse files
authored
chore(android): Mention that Timber.tag is not supported (#4704)
1 parent c5b1fd8 commit f6f5bb9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

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

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

1414
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).
1515

16+
<Note>
17+
18+
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.
19+
20+
</Note>
21+
1622
## Install
1723

1824
To add the Timber integration, [manually initialize](/platforms/android/configuration/manual-init/) the Android SDK, then add the `sentry-android-timber` dependency. Using Gradle:

src/platforms/android/migration.mdx

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

9+
## Migrating to `io.sentry:sentry-android-timber 5.6.2`
10+
11+
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.
12+
913
## Migrating from `io.sentry:sentry-android-gradle-plugin 2.x` to `io.sentry:sentry-android-gradle-plugin 3.0.0`
1014

1115
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).

0 commit comments

Comments
 (0)