Open
Description
I'm using the webpack plugin and I wanted to delay the upload of the sourcemaps to after the tagging of our release in our CI. Unfortunately, as I need to generate the files with the debug IDs as part of the build process to generate our integrity hashes, I currently have no choice but to also upload those files during that build process. If I were to run sentry-cli to inject the debug IDs after the fact, different IDs would be generated.
One way to allow for this specific need would be to be able to provide a destination folder for those files, and also disable the upload, e.g.:
sentryWebpackPlugin({
sourcemaps: {
destinationFolder: './sentry-files', // to be uploaded later using sentry-cli
upload: false, // to disable the upload within the plugin
},
})
Metadata
Metadata
Assignees
Type
Projects
Status
No status