Ad-blocker blocking sentry/react

So, I’ve read this: Troubleshooting for JavaScript | Sentry Documentation

I have installed sentry/react via yarn add and it exists in my package.json. When my ad-blocker is on, Sentry gets blocked. This URL for example: https://o499437.ingest.sentry.io/api/5577989/envelope/?sentry_key=[keyhere]&sentry_version=7.

What am I missing? The Sentry tutorial link above says: “ad-blocking or script-blocking extensions may prevent our SDK from being fetched and initialized properly”, but since I’ve added sentry/react to my dependencies, I assume the JS is being bundled with my app. Is this not the case? Anyway I can fix this?

Sentry was recently added to the easylist block list which is what you’re most likely observing. You can see some discussion here: ingest.sentry.io · Issue #6963 · easylist/easylist · GitHub

In the past we have managed to make a case for why Sentry should not be blocked but unfortunately at the moment easylist did not unblock us. You can find the conversation about this issue above.

Hi guys, we are facing the same issue that sentry script is getting blocked. Tried all the ways mentioned in the troubleshooting document but none worked for us. So any help here?