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
Copy file name to clipboardExpand all lines: sentry-samples/sentry-samples-android/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,10 +16,10 @@ or simply open the project in Android Studio and run the `sentry-samples-android
16
16
You can also apply the [Sentry Android Gradle Plugin](https://github.com/getsentry/sentry-android-gradle-plugin) (SAGP) when building (not applied by default):
|`useSagp`| No (defaults to `false`) | When `true`, apply SAGP when building the sample app. When false or absent, build the sample app without SAGP. |
32
+
|`useSagp`| No | When present, apply SAGP when building the sample app. Omit the property to build without SAGP. |
33
33
34
34
You can configure SAGP properties via the lambda passed to `extensions.configure<SentryPluginExtension>("sentry")` in the sample app's
35
35
`build.gradle.kts` file.
36
36
37
37
### Testing an unpublished SAGP build
38
38
39
-
`-PuseSagp=true` builds check `mavenLocal()` first when resolving SAGP. To test a local SAGP branch:
39
+
`-PuseSagp` builds check `mavenLocal()` first when resolving SAGP. To test a local SAGP branch:
40
40
41
41
1. In your `sentry-android-gradle-plugin` checkout, temporarily set a unique local version in `plugin-build/gradle.properties` (e.g.
42
42
`6.10.0-LOCAL`) and publish to Maven Local:
@@ -52,7 +52,7 @@ Re-run `publishToMavenLocal` after each SAGP change.
0 commit comments