mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Simplify DSN file (#475)
* Add checks for empty sentry DSN * Add default DSN key * Fix CI workflows
This commit is contained in:
1
.github/workflows/android.yaml
vendored
1
.github/workflows/android.yaml
vendored
@ -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
|
||||
|
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
1
.github/workflows/ios.yaml
vendored
1
.github/workflows/ios.yaml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user