We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7096bfa commit 4b44c8dCopy full SHA for 4b44c8d
dev-packages/e2e-tests/test-applications/default-browser/build.mjs
@@ -1,8 +1,8 @@
1
import * as path from 'path';
2
import * as url from 'url';
3
-import webpack from 'webpack';
4
import HtmlWebpackPlugin from 'html-webpack-plugin';
5
import TerserPlugin from 'terser-webpack-plugin';
+import webpack from 'webpack';
6
7
const __dirname = path.dirname(url.fileURLToPath(import.meta.url));
8
dev-packages/e2e-tests/test-applications/default-browser/tests/performance.test.ts
@@ -1,4 +1,3 @@
-import exp from 'constants';
import { expect, test } from '@playwright/test';
import { waitForTransaction } from '@sentry-internal/test-utils';
0 commit comments