feat(logging): integrate Sentry logging support for all platforms

This commit is contained in:
Jagandeep Brar
2022-09-01 15:51:54 -04:00
parent 3593eb329b
commit 57bbb80a01
17 changed files with 113 additions and 17 deletions

View File

@@ -27,6 +27,8 @@ on:
secrets:
FIREBASE_TOKEN:
required: true
SENTRY_DSN:
required: true
jobs:
build-details:
@@ -131,6 +133,7 @@ jobs:
export FLAVOR=${{ needs.build-details.outputs.build-flavor }}
export COMMIT=${{ github.sha }}
export BUILD=${{ needs.build-details.outputs.build-number }}
export SENTRY_DSN=${{ secrets.SENTRY_DSN }}
flutter packages pub run environment_config:generate
- name: Generate Localization