Hi there!
I am currently seeing abort errors being logged to sentry which I want to ignore. I attached breadcrumbs of the console and exception which I want to start ignoring. How can I use "beforeSend" to prevent them from being sent to sentry?
For more context: I believe the errors may be coming from a node module we have installed but I'm not sure how I can confirm the source of the log (whether it be from our implementation of the node module or the node module itself). Also I cannot use thirdPartyErrorFilterIntegration yet because we aren't using a sentry sdk we are loading sentry via the cdn link.