Skip to content

android: mention dexguard support added #4861

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 3 commits into from
Mar 22, 2022
Merged
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: 4 additions & 2 deletions src/platforms/android/common/proguard.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
title: ProGuard
title: ProGuard & DexGuard
sidebar_order: 100
description: "Learn about using the Sentry Gradle Plugin or sentry-cli to upload ProGuard/R8 mappings, source bundle, and native symbols to Sentry."
description: "Learn about using the Sentry Gradle Plugin or sentry-cli to upload ProGuard/R8 and DexGuard mappings to Sentry."
---

If you want to see de-obfuscated stack traces, you'll need to use ProGuard with Sentry. To do so, upload the ProGuard mapping files by either the recommended method of using our [Gradle integration](/platforms/android/gradle/) or manually by using [sentry-cli](/product/cli/dif/#proguard-mapping-upload).

Support for Guardsquare's ProGuard and DexGuard was added in version 3.0.0 of the [Sentry Android Gradle Plugin](/platforms/android/gradle/).

<Note>

The Android SDK ships with ProGuard rules automatically defined; no further configuration is needed.
Expand Down