expo / snack

Expo Snack lets you run Expo in the browser.
https://snack.expo.dev
MIT License
358 stars 106 forks source link

fix(runtime): use proper evaluation and stack traces based on source maps #443

Closed byCedric closed 1 year ago

byCedric commented 1 year ago

Why

Before After
Stack traces before this fix Stack traces after this fix

How

Test Plan

See staging.

byCedric commented 1 year ago

Note, web needs more fixes. Seems that window.onerror is blocked somehow.

Could be related to iframe allow issues, should be a different PR.