Closed ricardoaraujo-hotmart closed 1 year ago
Sorry for not getting back to you. I am closing this because I am in the process of cleaning up the issue stream in this repository. Feel free to open a new issue in case you are still running into this problem - ideally with a reproduction example. Thanks!
Environment
How do you use Sentry? I use @sentry/webpack-plugin to send erros to sentry and my application use react.
Which SDK and version? @sentry/webpack-plugin: 1.19.0 react : 18.2.0
Steps to Reproduce
I set up @sentry/webpack-plugin properties
I simulated an error in my application in react
I saw that the error in sentry is wrong, because dont show me real error, but an error first frame
Validated sourcemap
Expected Result
I need show me error in Sentry in line that happend, according teste1() is not defined.
Actual Result
Show wrong error in the first frame (inicial app component)