Skip to content

Commit

Permalink
Merge pull request #1590 from ardriveapp/PE-5538-add-source-maps-to-p…
Browse files Browse the repository at this point in the history
…rod-and-staging-workflows

PE-5538: Update production.yaml
  • Loading branch information
thiagocarvalhodev authored Jan 30, 2024
2 parents 19d5d0e + 056c142 commit b1b7f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
scr setup
flutter config --enable-web
flutter build web --release --dart-define=environment=production --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=SENTRY_PROJECT=${SENTRY_PROJECT} --dart-define=SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN} --dart-define=SENTRY_ORG=${SENTRY_ORG} --pwa-strategy=none --no-web-resources-cdn 45,120: flutter build web --dart-define=environment=development --release --pwa-strategy=none --no-web-resources-cdn --source-maps
flutter build web --release --dart-define=environment=production --dart-define=SENTRY_DSN=${SENTRY_DSN} --dart-define=SENTRY_PROJECT=${SENTRY_PROJECT} --dart-define=SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN} --dart-define=SENTRY_ORG=${SENTRY_ORG} --pwa-strategy=none --no-web-resources-cdn --source-maps
flutter packages pub run sentry_dart_plugin
# Disribute to Firebase
Expand Down

0 comments on commit b1b7f0c

Please sign in to comment.