You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I did a little bit of preliminary digging on this.
We're not actually generating JS sourcemaps right now - surprise! 🎊
My attempts to generate sourcemaps haven't been working well, possibly because we depend on electron/node's require loading at the moment. Might be related to why Chrome is showing files under (no domain)
According to Sentry, it's possible to have stack traces properly show original source code/line numbers.
It would be much better than what we have right now, which just looks at the browserified bundle:
The text was updated successfully, but these errors were encountered: