This project generates source maps using the Rollbar JS sdk code.
-
Open the hello_world_config.js and substitute the client token for the one in the Rollbar project you want the error to be reported to
-
Run hello_world.html
-
Generate an error by either clicking on 'Create an error' or by adding a number smaller than 5 and clicking on the 'Test Input' button
Source maps have been generated by using: uglifyjs rollbar_error.js --source-map "includeSources=true" --output rollbar_error.min.js
Let me know if you have questions