1

I log my errors in Sentry, but the stack trace that is uploaded doesn't help. It displays only trace like this:

enter image description here And it doesn't let me see into where in the JS the error occurred. How do I map these to a more descriptive stack trace?

Zygro
  • 6,849
  • 11
  • 28
  • 43

1 Answers1

0

You have to upload source maps

Michael Bahl
  • 2,941
  • 1
  • 13
  • 16