#How to ignore error that's coming from node_modules?
3 messages · Page 1 of 1 (latest)
link to the article https://github.com/getsentry/sentry-javascript/discussions/5360
the issue is that the SDK only sees the minified stack trace, while in the UI you have source maps already applied and can see the node-modules folder.
this article has an example on how to check the stack trace at the SDK level: https://sentry.zendesk.com/hc/en-us/articles/24076831568027--JS-Filter-events-based-on-their-entire-stack-trace