You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project configured with customize-cra using react-app-rewired, and I’ve enabled source maps. In the production environment, when an error occurs, I can see the corresponding source file location in the browser's console, for example: at t.value (index.jsx:56:11). I integrated the faro-web-sdk to report these errors. However, the reported stacktrace.frames still shows the unprocessed state before source map resolution, for example:
My current project configuration should already be able to ensure that each error that occurs contains source code information processed by source-map, and then the Faro Web SDK can just report them directly. But it doesn't seem to be the way I thought it would be.
The text was updated successfully, but these errors were encountered:
I have a project configured with customize-cra using react-app-rewired, and I’ve enabled source maps. In the production environment, when an error occurs, I can see the corresponding source file location in the browser's console, for example:
at t.value (index.jsx:56:11).
I integrated the faro-web-sdk to report these errors. However, the reported stacktrace.frames still shows the unprocessed state before source map resolution, for example:And what i expected maybe was:
My current project configuration should already be able to ensure that each error that occurs contains source code information processed by source-map, and then the Faro Web SDK can just report them directly. But it doesn't seem to be the way I thought it would be.
The text was updated successfully, but these errors were encountered: