Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 590 Bytes

File metadata and controls

19 lines (8 loc) · 590 Bytes

Simple JS source map test project

This project generates source maps using the Rollbar JS sdk code.

Usage

  1. 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

  2. Run hello_world.html

  3. 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