Meteor 2017 Roadmap: Sourcemaps please

Ah, so that was it. I recently upgraded and encountered missing sourcemaps as well (and googling brought me here).

It’s February now, any news on this? Since this used to work (for coffeescript at least), I wonder what’s the holdup with fixing it.

Expo has a concept called “post-publish hooks” and they have a sentry package that auto-uploads the sourcemaps whenever you publish (aka deploy the react-native javascript to the cloud). I would think we just need some pre-deploy hooks? I’m not sure what format tools like sentry need sourcemaps in. @benjamn

https://docs.expo.io/versions/latest/guides/using-sentry.html

1 Like