Skip to content

Commit 59a8854

Browse files
authored
Add instructions for overriding sentry-cli (#898)
1 parent 60e6733 commit 59a8854

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ We suggest opening an issue to discuss bigger changes before investing on a big
77

88
The project currently requires you run JDK version `17` and the Android SDK.
99

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+
1021
# Tests
1122

1223
When running tests locally, some tests might fail due to failed upload of proguard mappings/source

0 commit comments

Comments
 (0)