sentry-cli
sentry-cli copied to clipboard
Reorder `guess_sourcemap_reference` guesses
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.