sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

Reorder `guess_sourcemap_reference` guesses

Open szokeasaurusrex opened this issue 3 months ago • 1 comments

Per the source map format specification, we should reorder the guesses we make in guess_sourcemap_reference to first guess foo.min.js -> foo.min.js.map, as this is the default naming convention for sourcemaps.

szokeasaurusrex avatar Sep 26 '25 12:09 szokeasaurusrex