1

Guys can you help me with sentry integration in angular 7 app ?
It capture errors but need to know the line number in the typescript source file not in the minified js file. Any hint ?

Comments
  • 1
    ng serve

    That should show you the correct error message. Alternatively build without --prod. Don't know if that works though.
  • 0
    In dev mode i can see errors in console lol. I use sentry for production to track bugs after delivery. There is no deobsucator in sentry ? Or any other error reporter that may do the job correctly ?
  • 2
    Source maps
Add Comment