Environment
2.8.0
Steps to Reproduce
I set sourceMappingURL like //# sourceMappingURL=http://www.site.com/path/xxx.index.js.map, but the xxx.index.js.map was not uploaded.
// xxx.index.js
xxxxxx
//# sourceMappingURL=http://www.site.com/path/xxx.index.js.map
Source Map Upload Report
Minified Scripts
~/90f45aeb-c3f4-4ecb-87ed-e243500ec3b0-0.js (sourcemap at http://www.site.com/path/xxx.index.js.map, debug id 90f45aeb-c3f4-4ecb-87ed-e243500ec3b0)
[sentry-vite-plugin] Info: Successfully uploaded source maps to Sentry
Failed to find file locally when URL is not supported
Expected Result
Source Map Upload Report
Minified Scripts
~/cfa8805b-8003-40d5-88e7-5a1ab1ddae10-0.js(sourcemap at http://www.site.com/path/xxx.index.js.map, debug id 90f45aeb-c3f4-4ecb-87ed-e243500ec3b0)
Source Maps
~/cfa8805b-8003-40d5-88e7-5a1ab1ddae10-0.js.map (debug id cfa8805b-8003-40d5-88e7-5a1ab1ddae10)
[sentry-vite-plugin] Info: Successfully uploaded source maps to Sentry
Actual Result
Source Map Upload Report
Minified Scripts
~/90f45aeb-c3f4-4ecb-87ed-e243500ec3b0-0.js (sourcemap at http://www.site.com/path/xxx.index.js.map, debug id 90f45aeb-c3f4-4ecb-87ed-e243500ec3b0)
[sentry-vite-plugin] Info: Successfully uploaded source maps to Sentry
Environment
2.8.0
Steps to Reproduce
I set sourceMappingURL like
//# sourceMappingURL=http://www.site.com/path/xxx.index.js.map, but thexxx.index.js.mapwas not uploaded.Failed to find file locally when URL is not supported
sentry-javascript-bundler-plugins/packages/bundler-plugin-core/src/debug-id-upload.ts
Line 335 in abf08f0
Expected Result
Actual Result