Replies: 1 comment 5 replies
-
|
If you peek at the event JSON you can see the structure of the event and where that data is. In this case, you might be able to get this value by accessing One of the issue you might run into though is that if you are minifying your data, the file path may be unavailable (and only in sentry because of source maps). |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
How can I access this file path in the
eventparameter inbeforeSend? My goal is to ignore all errors that have/node_modules/in their path.denyUrlsdoesn't work, as URL is not the same as filename.Beta Was this translation helpful? Give feedback.
All reactions