Revert "Remove some polyfills"

This commit is contained in:
Tim Visée 2022-08-10 19:24:20 +02:00 committed by GitHub
parent 643287e235
commit 71587a604e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 3784 additions and 1429 deletions

View file

@ -5,7 +5,7 @@ const clientConstants = require('./clientConstants');
let sentry = '';
if (config.sentry_id) {
//eslint-disable-next-line n/no-missing-require
//eslint-disable-next-line node/no-missing-require
const version = require('../dist/version.json');
sentry = `
var SENTRY_CONFIG = {