Closed Lvovk closed 4 months ago
Assigning to @getsentry/support for routing ⏲️
Hi @Lvovk!
I think the problem is much rather that there is no stack trace rather than the source code not being unminified with the uploaded source maps. Since you're using Sentry SaaS (sentry.io), can you post a link to the event in Sentry?
Furthermore, to debug this please:
Sentry.init
codeHi @Lms24 ! Thanks for the answear !
Link to the event: https://notsy-b-v.sentry.io/issues/5168873424/events/2fd0e174c105437196a0a3e053d5260e/ My SDK version is 7.106.0 My Sentry init looks like this (img 1)
How to reproduce:
I have added mock errors (tried "Throw" experssions, syntax errors and ETC) inside my code and started the page
I looked at the event you linked and I can confirm that the SDK did not send a stack trace to Sentry. How exactly are you throwing and capturing this error? Are you using Sentry.captureMessage
/Sentry.captureException
or are you simply doing something like throw('test string')
? Also where are you throwing the error? Any chance it's directly in a Githubissues.
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
I wanted to upload source map to sentry, so I could see readable source code and error trace
So, I use webpack plugin this way(pic 1). And it seems to be loading source maps to sentry and connecting it to proper release (pic 2), but I can't see any source-code-mantions (pic 3)
Is it expected? Or how can i Fix it ?
Expected Result
Source map loaded, connected to release, and I see readable source code trace
Actual Result
Source map loaded, connected to release, but I don't see souce code trace
Product Area
Unknown
Link
No response
DSN
No response
Version
7.106.0