Skip to content

Commit

Permalink
Adds sentry workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jankratochvilcz committed Dec 22, 2024
1 parent ebca877 commit ab1ab40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: flutter build web --source-maps

- name: Upload Source to Sentry
run: flutter packages pub run sentry_dart_plugin
run: flutter packages pub run sentry_dart_plugin --ignore-missing
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

Expand Down

0 comments on commit ab1ab40

Please sign in to comment.