-
Robert Knight authored
Add missing polyfills required by new Sentry SDK under IE 11 as per the "Support for <= IE 11" section at https://docs.sentry.io/platforms/javascript/#browser-table. In particular the `String.prototype.includes` polyfill was missing and causing the application to fail to load fully. Fixes #1391
f437cd71