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
Assigning to @getsentry/support for routing ⏲️
Heya @ReneGreen27, we at self-hosted don't have any capacity to debug this, as we have limited knowledge on this. Please transfer this back to sentry repository, and assign the correct team. Thanks!
Hi @InterstellarStella can you please help transfer this back to sentry? Thank you!
Assigning to @getsentry/support for routing ⏲️
Routing to @getsentry/product-owners-issues-source-maps for triage ⏲️
Hi, to confirm: your problem is that although you seem to correctly upload source maps, you don't get unminified stack traces?
Some things to try:
- upgrade your self-hosted version. 23.6.1 is quite old by now. With newer versions, you should get an in-product modal next to your stack frames that can analyze some common reasons why source-mapping doesn't work
- go through the troubleshooting documentation
- check your Sentry server logs about any symbolication errors when receiving new errors
with the information at hand, I cannot diagnose this more specifically.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀