How are people handling errors in production? I'm hurting for source maps in sentry

I’ve seen various threads over the last couple years about source maps coming to meteor or mention of some packages that can help. Is anyone aware of the current best way to get source maps into sentry?

Expo has a thing called “post-build hooks” (or something) which you can do stuff after a build, such as upload source maps to sentry. It’d be cool if meteor had something similar. In the mean time though, has anyone setup a bash script for this or something-- anything?!

3 Likes