-
-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated wasmparser dependency to 0.214.0 #853
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #853 +/- ##
==========================================
+ Coverage 74.45% 77.61% +3.15%
==========================================
Files 63 61 -2
Lines 15432 14885 -547
==========================================
+ Hits 11490 11553 +63
+ Misses 3942 3332 -610 |
CI is complaining about formatting of the imports, just running |
Thx, I guess it should be okay now. |
Last question, when can I expect the next release? |
Done, just released |
Fix a wasm too big name section and legacy exceptions support. It should fix this issue: getsentry/symbolic#848 Related to getsentry/symbolic#853
In particular, this pulls in getsentry/symbolic#853.
In particular, this pulls in getsentry/symbolic#853. Fixes #76857.
The main reason for the upgrade is to improve these two reports:
sentry-cli debug-files check
doesn't seem to work for wasm #848