remove sentry

This commit is contained in:
Peter Maquiran
2022-12-23 12:23:16 +01:00
parent d8ac3d3b3d
commit b83fff6fbd
72 changed files with 2059 additions and 5260 deletions
+18 -10
View File
@@ -17,18 +17,18 @@ npm install -g @angular/cli
npm install -g cordova
npm install -g cordova-res
## Mobile first dependencies
ionic cordova plugin add cordova-plugin-network-information
## memory leak
set NODE_OPTIONS=--max_old_space_size=99999996
npm i cordova-plugin-androidx-adapter
npm install jetifier
npx jetify
## memory leak
set NODE_OPTIONS=--max_old_space_size=99999996 &&
npm i cordova-plugin-androidx-adapter --force &&
npm install jetifier --force &&
npx jetify --force
```
ionic build &&
npx cap add android &&
npx cap update
## BUG
Fix cordova-plugin-camera crash
@@ -55,7 +55,7 @@ ionic serve build --prod
npm run start
```
## Run test[.](#run-test)
## Run test
```bash
# incase you don't have .env file
@@ -75,6 +75,14 @@ cp -r ./www ./serve
npm run dev:share
```
## Tag stable version
```bash
git tag stable
```
## Contributing
For major changes, please open an issue first to discuss what you would like to change.