You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature is supported by build tools that produce debug information files
92
92
supported by Sentry such as DWARF and PDB. This applies to languages such
93
93
as C/C++/C#/Swift/Rust/Zig/etc.
94
-
For Java/Kotlin and other JVM languages, use one of the plugins: [Maven](https://docs.sentry.io/platforms/java/maven/) or [Gradle](https://docs.sentry.io/platforms/java/gradle/).
94
+
For Java/Kotlin and other JVM languages, use one of the plugins: [Maven](https://docs.sentry.io/platforms/java/maven/) or [Gradle](https://docs.sentry.io/platforms/java/gradle/).
Additionally, you can associate the proguard mapping file to a specific release:
229
+
Additionally, you can associate the ProGuard mapping file to a specific release:
230
230
231
-
```bash
232
-
# Additionally create an association to the release [email protected]+1
231
+
<Alert>
232
+
233
+
This step is not required for deobfuscation to work but can help you identify which release a mapping file belongs to when multiple files exist for the same app.
0 commit comments