2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 19:55:27 +00:00

Simplify DSN file (#475)

* Add checks for empty sentry DSN

* Add default DSN key

* Fix CI workflows
This commit is contained in:
Oliver
2024-03-06 21:09:06 +11:00
committed by GitHub
parent a889c4adbe
commit b02dc5bac7
8 changed files with 25 additions and 16 deletions

View File

@ -37,5 +37,4 @@ jobs:
- name: Build for Android
run: |
flutter pub get
cp lib/dummy_dsn.dart lib/dsn.dart
flutter build apk --debug

View File

@ -43,7 +43,6 @@ jobs:
python3 collect_translations.py
- name: Static Analysis Tests
run: |
cp lib/dummy_dsn.dart lib/dsn.dart
python3 find_dart_files.py
flutter pub get
flutter analyze

View File

@ -38,5 +38,4 @@ jobs:
pod repo update
pod install
cd ..
cp lib/dummy_dsn.dart lib/dsn.dart
flutter build ios --release --no-codesign --no-tree-shake-icons