diff --git a/dashboard/src/main.ts b/dashboard/src/main.ts index d09c1052..bdf470ef 100644 --- a/dashboard/src/main.ts +++ b/dashboard/src/main.ts @@ -2,7 +2,7 @@ import * as Sentry from "@sentry/browser"; import { Integrations } from "@sentry/tracing"; // polyfill for replaceAll -import * as replaceAll from 'core-js-pure/es/string/virtual/replace-all.js'; +import replaceAll from 'core-js-pure/es/string/virtual/replace-all.js'; if (!String.prototype.replaceAll) String.prototype.replaceAll = replaceAll;