We have a few users accessing from Chrome 97 on Windows 7 machines. When they do, rollbar session replays break the page with the following error:
TypeError: Cannot assign to read only property 'open' of object '#<XMLHttpRequest>'
The code is minified in production, so the stack trace doesn't help much, but it does contain the function instrumentNetwork incase that helps.
I understand not wanting to fully support older browsers, all good. But if possible, can it be made to not run if not supported, so that it doesn't break the page?