Skip to content

Commit bcd825d

Browse files
authored
android: mention dexguard support added (#4861)
1 parent d318b09 commit bcd825d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/platforms/android/common/proguard.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
2-
title: ProGuard
2+
title: ProGuard & DexGuard
33
sidebar_order: 100
4-
description: "Learn about using the Sentry Gradle Plugin or sentry-cli to upload ProGuard/R8 mappings, source bundle, and native symbols to Sentry."
4+
description: "Learn about using the Sentry Gradle Plugin or sentry-cli to upload ProGuard/R8 and DexGuard mappings to Sentry."
55
---
66

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

9+
Support for Guardsquare's ProGuard and DexGuard was added in version 3.0.0 of the [Sentry Android Gradle Plugin](/platforms/android/gradle/).
10+
911
<Note>
1012

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

0 commit comments

Comments
 (0)