sentry icon indicating copy to clipboard operation
sentry copied to clipboard

When I use debug mode to track my source code, but it is invalid

Open KobeZhou opened this issue 5 months ago • 6 comments

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

Image

Where in the product are you?

Issues - Source Maps

Link

No response

DSN

No response

Version

23.6.1

KobeZhou avatar May 24 '25 13:05 KobeZhou