Environment
What version are you running? Etc.
"@sentry/webpack-plugin": "^2.10.0",
"@sentry/browser": "7.80.1",
"@sentry/tracing": "7.80.1",
Steps to Reproduce
- use webpack plugin to upload sourcemap
- in
output.filename add a query:
filename: `[name]${
isDev ? '' : '.[contenthash]'
}.js?${APP_VERSION_QUERY_NAME}=${APP_VERSION}`,
- build use webpack, sentry did not upload sourcemap
Expected Result
sentry upload sourcemap
Actual Result
sentry did not upload sourcemap