Sentry.Integrations.RewriteFrames to handle source maps #7814
-
I have a BigCommerce website with JS being served via CDN (from entirely different domain) using dynamic build-dependent URLs which are unknown at the webpack build time so can't be used with If figured After this I stopped getting errors reported to sentry entirely, I guess I did something wrong. Do I misinterpreting something here? How can I setup I don't understand how sentry matches error stacktrace with JS file and a source map. All artefacts are being uploaded to sentry as |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
~
upon artefact uploading along with properly replacedfilename
in stack frames: https://docs.sentry.io/platforms/javascript/sourcemaps/troubleshooting_js/#verify-artifact-names-match-stack-trace-framesiteratee
doesn't handle browser URLs requiring it to be custom written: #6423