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
@@ -82,7 +86,7 @@ If you don't obfuscate your build, the plugin won't upload debug symbols. Additi
82
86
If you have ProGuard (`minifyEnabled`) enabled and you want to see proper native Android stacktraces, you must upload Android Proguard/R8 mapping files. You have two options:
83
87
84
88
1.**Use the Sentry Android Gradle Plugin (Recommended)**
85
-
89
+
86
90
After installing the [Sentry Android Gradle Plugin](/platforms/android/configuration/gradle/), set `autoInstallation` to `false` in your `app/build.gradle` file:
87
91
88
92
```groovy {filename: app/build.gradle}
@@ -92,13 +96,13 @@ If you have ProGuard (`minifyEnabled`) enabled and you want to see proper native
92
96
}
93
97
}
94
98
```
95
-
99
+
96
100
This is necessary because Sentry Flutter already ships with a compatible Sentry Android SDK, so we need to avoid conflicts.
97
-
101
+
98
102
Follow the [Android Gradle Plugin guide](/platforms/android/configuration/gradle/#proguardr8--dexguard) to complete the ProGuard mapping setup.
99
103
100
104
2.**Use the Sentry CLI**
101
-
105
+
102
106
Alternatively, you can use the [Sentry CLI](/cli/dif/#uploading-files) to manually upload mapping files.
0 commit comments