There are no versions to configure or scripts to write.
The source maps are uploaded as needed for new errors, and cached by Monti APM for up to two weeks. The feature is enabled by default in production when using a minifier that creates source maps.
Version 3 of zodern:standard-minifier-js is also available. The main change is that now Meteor decides the file names. This removes any potential caching problems caused by always using app.js.
The last frame (XMLHttpRequest.d) was in a script loaded from a CDN, which Monti APM currently does not check for source maps (I am planning to add this).
The rest of the stack trace looks correct. It shows the package and original file names. For comparison, here is a stack trace before and after applying source maps:
at e.<anonymous> (https://app.montiapm.com/6a645a58f1a7ae7d2668d32138327c290deb6373.js?meteor_js_resource=true:279:27934)
at Object.e._runFlush (https://app.montiapm.com/6a645a58f1a7ae7d2668d32138327c290deb6373.js?meteor_js_resource=true:29:3832)
at e (https://app.montiapm.com/6a645a58f1a7ae7d2668d32138327c290deb6373.js?meteor_js_resource=true:3:2174)
at render (meteor://💻app/client/components/0common/react/component.js:13:10)
at func (meteor://💻app/packages/tracker.js:548:10)
at index (meteor://💻app/packages/meteor.js:448:16)
INVALID_STATE_ERR is included in the filterCommonMeteorErrors error filter, which Kadira’s docs had said filtered out errors that can not be prevented.
Please let me know if you have any further questions.