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
Changes from 1 commit
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