We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2044293 commit 6e0abbcCopy full SHA for 6e0abbc
.github/workflows/flutter.yml
@@ -43,14 +43,10 @@ jobs:
43
os: windows
44
- target: js
45
os: ubuntu
46
- - target: wasm
47
- os: ubuntu
48
exclude:
49
- # Flutter WASM tests don't compile on beta currently.
50
- # We can re-enable when it is fixed by Flutter.
51
- # https://github.com/getsentry/sentry-dart/pull/3003
+ # Flutter WASM tests don't compile on beta currently and hangs on stable.
+ # https://github.com/getsentry/sentry-dart/issues/3477
52
- target: wasm
53
- sdk: beta
54
55
steps:
56
- uses: actions/checkout@v6
0 commit comments