mirror of
https://github.com/timvisee/send.git
synced 2025-10-04 01:59:16 +02:00
Revert "Remove some polyfills"
This commit is contained in:
parent
643287e235
commit
71587a604e
24 changed files with 3784 additions and 1429 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue