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
// Does auto instrumentation for specified features through bytecode manipulation.
191
251
// Default is enabled.
@@ -260,13 +320,11 @@ sentry {
260
320
261
321
## ProGuard/R8 & DexGuard
262
322
263
-
The plugin will automatically generate appropriate ProGuard mapping files and upload them when you run `gradle assemble{BuildVariant}`. For example, `assembleRelease` — Release is the default, but the plugin works for others if you have enabled ProGuard/R8. The credentials for the upload step are loaded through environment variables or from a `sentry.properties` file in your project root.
323
+
The plugin will automatically generate appropriate ProGuard mapping files and upload them when you run `gradle assemble{BuildVariant}`. For example, `assembleRelease`. Release is the default, but the plugin works for others as long as you've enabled ProGuard/R8. The credentials for the upload step are defined in the Gradle extension above or loaded from a `sentry.properties` file in your project.
264
324
265
-
If you are using the Guardsquare's ProGuard or DexGuard tooling, you have to enable the `experimentalGuardsquareSupport` flag.
325
+
To use Guardsquare's ProGuard or DexGuard tooling, you'll have to enable the `experimentalGuardsquareSupport` flag. Learn more in the [full sentry-cli documentation](/product/cli/configuration/#configuration-values).
266
326
267
-
Learn more in the [full sentry-cli documentation](/product/cli/configuration/#configuration-values).
268
-
269
-
At the very minimum, you will need something similar to:
327
+
Instead of providing your credentials via the Gradle extension, you can create a `sentry.properties` file with the following content under your `app` module:
0 commit comments