Skip to content
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

chore(android): Mention that Timber.tag is not supported #4704

Merged
merged 3 commits into from
Mar 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: 6 additions & 0 deletions src/platforms/android/configuration/integrations/timber.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ 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>
romtsn marked this conversation as resolved.
Show resolved Hide resolved

## Install

To add the Timber integration, [manually initialize](/platforms/android/configuration/manual-init/) the Android SDK, then add the `sentry-android-timber` dependency. Using Gradle:
Expand Down
4 changes: 4 additions & 0 deletions src/platforms/android/migration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ redirect_from:
description: "Migrating between versions of Sentry's SDK for Android."
---

## Migrating to `io.sentry:sentry-android-timber 5.6.2`

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.

## 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).
Expand Down