Skip to content

feat(android): Timber.tag is supported again #4912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/platforms/android/configuration/integrations/timber.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ The `sentry-android-timber` library provides [Timber](https://github.com/JakeWha

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

<Note>

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.

</Note>

## Auto-Installation With the Sentry Android Gradle Plugin

### Install
Expand Down
6 changes: 6 additions & 0 deletions src/platforms/android/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ description: "Migrating between versions of Sentry's SDK for Android."

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.

<Note>

Support for `Timber.tag` has been brought back in version `5.7.2`.

</Note>

## Migrating from `io.sentry:sentry-android-gradle-plugin 2.x` to `io.sentry:sentry-android-gradle-plugin 3.0.0`

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.+`.
Expand Down