Skip to content

Commit c26dfba

Browse files
committed
add sentry_dsn description in readme
1 parent ef33269 commit c26dfba

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ private String _Domain = "http://132.148.151.32/";
3939
```
4040

4141
For demo purposes, the default Web Services domain is set to the openIMIS
42-
demo server: demo.openimis.org (IP: 132.148.151.32).
42+
demo server: demo.openimis.org (IP: 132.148.151.32).
43+
44+
If you want to receive error and exception events in sentry
45+
you can set `sentry_dsn` in build.gradle file
4346

4447
### Running the app
4548

claimManagement/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
buildConfigField "String", "RAR_PASSWORD", '")(#$1HsD"'
6363
buildConfigField "String", "API_VERSION", '"3"'
6464
resValue "string", "release_tag", "release/25.04"
65-
resValue "string", "sentry_dsn", "https://3afee255dd9f4b96b0d1b207b1bb5f1b@glitchtip.s2.openimis.org/3"
65+
resValue "string", "sentry_dsn", ""
6666
}
6767

6868
productFlavors {

0 commit comments

Comments
 (0)