rails / jsbundling-rails

Bundle and transpile JavaScript in Rails with esbuild, rollup.js, or Webpack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uploading sourcemaps to error tracking platform

joker-777 opened this issue · comments

Hi, do you have a recommended way when and how to upload the source maps to an error tracking platform?

The source maps are generated as part of the production compile. So you can do a task on deploy that uploads those after compilation is done.