Closed
Description
Package + Version
- [ x ]
@sentry/browser
^6.7.2
Description
Hi we have Sentry set up on a client script that no matter what we do keeps throwing this error.
Have tried reducing the sample rate and disabling session tracking as per some of the answers on other issues here.
sampleRate: 0.25,
autoSessionTracking: false,
The error still persists, have also set the rate limit to 10,000,000 requests a minute which is also more than enough to cover the amount of clients making this call.
Please any help would be appreciated.