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 2389c6d commit c22dc03Copy full SHA for c22dc03
src/utils/check-plugin.ts
@@ -9,7 +9,7 @@ interface BundleParams {
9
10
export async function checkPlugins(): Promise<BundleParams> {
11
const params: BundleParams = {
12
- sentry: true,
+ sentry: false,
13
minify: true,
14
sourcemap: false,
15
};
0 commit comments