Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Dec 13, 2024
1 parent 3a02255 commit 5bf29f8
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions apps/dashboard/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./src/env.mjs";

import bundleAnalyzer from "@next/bundle-analyzer";
import { withSentryConfig } from "@sentry/nextjs";
// import { withSentryConfig } from "@sentry/nextjs";

const withBundleAnalyzer = bundleAnalyzer({
enabled: process.env.ANALYZE === "true",
Expand Down Expand Up @@ -51,14 +51,4 @@ const config = {
},
};

export default withSentryConfig(withBundleAnalyzer(config), {
silent: !process.env.CI,
telemetry: false,
widenClientFileUpload: true,
hideSourceMaps: true,
disableLogger: true,
tunnelRoute: "/monitoring",
sourcemaps: {
disable: true,
},
});
export default withBundleAnalyzer(config);

0 comments on commit 5bf29f8

Please sign in to comment.