6 Matching Annotations
- Nov 2021
-
www.health.state.mn.us www.health.state.mn.us
-
COVID-19 Vaccine Breakthrough Weekly Update—Minnesota Dept. Of Health. (n.d.). Retrieved November 23, 2021, from https://www.health.state.mn.us/diseases/coronavirus/stats/vbt.html
-
- Mar 2021
-
github.com github.com
-
Goal: Give bug trackers like bugsnag access to sprockets generated source maps.
-
modifying my build process to send the source map to my error logging service, Rollbar
-
-
docs.sentry.io docs.sentry.io
-
Sentry supports un-minifying JavaScript via Source Maps. This lets you view source code context obtained from stack traces in their original untransformed form, which is particularly useful for debugging minified code (e.g. UglifyJS), or transpiled code from a higher-level language (e.g. TypeScript, ES6).
-
-
github.com github.com
-
Our team is also looking into generating source maps in production/staging for error reporting (via Airbrake).
-
I want source map in prod too (for error tracking, same as @vincentwoo)
-