Skip to content

JS sourcemaps

David Burke requested to merge js-sourcemaps into master

Fixes glitchtip#13 (closed)

  • Upload a sourcemap using sentry-cli - something like sentry-cli --url http://localhost:8000 releases --org test --project=test files 1.0 upload-sourcemaps dist/ where dist is the folder of a bundle with js sourcemaps
  • Ensure the version is set in the sentry client sdk
  • Make an error happen

We now expect to see the original file name, function, line number

Edited by David Burke

Merge request reports