Sentry-javascript: [raven-node] Sourcemaps were uploaded but Sentry displays only generated JavaScript code

Created on 12 Jun 2018  路  6Comments  路  Source: getsentry/sentry-javascript

Most helpful comment

@kamilogorek you asked DMV007 to create a repo for you in the referenced issue which he did (https://github.com/DMW007/sentry-typescript-sourcemaps-bug-poc) and to which no reponse came from the sentry side.

All 6 comments

Too hard to tell anything without a repro case. Closing it for now, as we don't know if it's still relevant with new SDK. Feel free to reopen if it is.

@kamilogorek you asked DMV007 to create a repo for you in the referenced issue which he did (https://github.com/DMW007/sentry-typescript-sourcemaps-bug-poc) and to which no reponse came from the sentry side.

@mrnagydavid as it's not JS SDK issue, but rather sentry's docker instance itself. It's just not a correct place to report this kind of issue. (my bad about "no repro case" part). Since the last post in the original thread, Sentry 9 was released and is available on the Docker's hub, which may fix the initial issue.

There doesn't seem to be great support. I am experiencing the same issues with Sentry 9.

I also have problem with NodeJS Source Maps. I have two project, one is standard JavaScript code for frontend and second one is NodeJS server code. Both project are builded by Webpack with almost the same config. The only difference is that in frontend code I use @sentry/browser plugin while in NodeJS @sentry/node.
Errors from frontend code displays with code from source maps without any problems while backend code is shown only in its minified form.
I was using this guide: https://blog.sentry.io/2019/02/20/debug-node-source-maps also without any result.

Guys, check this: https://forum.sentry.io/t/offline-sourcemaps-not-used/548/5?u=mqklin
Seems like the problem is with docker config

Was this page helpful?
0 / 5 - 0 ratings