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: CONTRIBUTING.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ We suggest opening an issue to discuss bigger changes before investing on a big
7
7
8
8
The project currently requires you run JDK version `17` and the Android SDK.
9
9
10
+
# Overriding `sentry-cli` for local development
11
+
12
+
If you want to use a local version of the sentry-cli for testing integration with the plugin, you can do so by setting the `cli.executable` property in the `sentry.properties` file of the target project.
13
+
14
+
Example `sentry.properties` file:
15
+
16
+
```properties
17
+
cli.executable=/path/to/your/local/sentry-cli
18
+
```
19
+
20
+
10
21
# Tests
11
22
12
23
When running tests locally, some tests might fail due to failed upload of proguard mappings/source
0 commit comments