sentry
sentry copied to clipboard
When I use debug mode to track my source code, but it is invalid
Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
What are you trying to accomplish?
I want to track the source by debug IDs when having bugs.
How are you getting stuck?
@sentry/webpack-plugin": 3.4.0 @sentry/react: 9.19.0
sentryWebpackPlugin({
org: 'sentry',
project: 'xx‘,
debug: true,
authToken: 'xx',
url: 'xx',
sourcemaps: {
filesToDeleteAfterUpload: ['./build/**/**/*.map'],
ignore: ['node_modules/**'],
assets: ['./build/**'],
},
release: {
name: 'xx',
},
applicationKey: 'xx',
errorHandler: (err) => {
console.warn(err);
}
})
however, it is not debug mode
Where in the product are you?
Issues - Source Maps
Link
No response
DSN
No response
Version
23.6.1