error logging - Sentry - JavaScript Projects and Source Maps -


i have questions sentry handling of minified javascript code. projects have around ~3 mb of regular javascript, in production reduced 200 - 400kb.

how work if sentry implemented plus javascript sourcemaps. if error appears, client load sourcemap (400 kb + unminified version 3 mb) , process find correct line ? bad, since lot of projects target mobile devices. or sentry server access sourcemap server , parse correct error?

thanks knowledge.

the sentry server process sourcemaps remotely part of pipeline. looks them based on standard headers or annotations when fetches source itself, , fetch them automatically. in case of files being unavailable publicly, there api send files sentry server using "releases".


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -