I have sentry configured and working correctly in our staging environment. However, I just noticed an issue on production. A JS error would be thrown and then I see this in the console:
Cross-Origin Read Blocking (CORB) blocked cross-origin response https://sentry.io/api/1393712/store/?sentry_key=af30af5ff84b459284656bfa9893d327&sentry_version=7 with MIME type application/json. See https://www.chromestatus.com/feature/5629709824032768 for more details.
My first thought was to check the mime type of the script throwing the error, this was correctly set to application/javascript
I have the Allowed Domains set up correctly for this project, in the format of https://domain.com
Wondered if anyone could point me in the right direction here?