File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,10 @@ private String _Domain = "http://132.148.151.32/";
3939```
4040
4141For 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments