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?