Skip to content

Commit d2594de

Browse files
authored
feat: remove sentry (#234)
1 parent 56b4e11 commit d2594de

File tree

9 files changed

+63
-1726
lines changed

9 files changed

+63
-1726
lines changed

apps/cms/next.config.ts

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { withSentryConfig } from "@sentry/nextjs";
21
import type { NextConfig } from "next";
32

43
const nextConfig: NextConfig = {
@@ -42,12 +41,4 @@ const nextConfig: NextConfig = {
4241
},
4342
};
4443

45-
export default withSentryConfig(nextConfig, {
46-
org: "marble-cms",
47-
project: "dashboard",
48-
silent: !process.env.CI,
49-
widenClientFileUpload: true,
50-
tunnelRoute: "/monitoring",
51-
disableLogger: process.env.NODE_ENV === "production",
52-
automaticVercelMonitors: true,
53-
});
44+
export default nextConfig;

apps/cms/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"@radix-ui/react-toggle-group": "^1.1.7",
3737
"@radix-ui/react-tooltip": "^1.1.3",
3838
"@react-email/components": "0.0.31",
39-
"@sentry/nextjs": "^10.20.0",
4039
"@tanstack/react-query": "^5.85.5",
4140
"@tanstack/react-query-devtools": "^5.85.5",
4241
"@tanstack/react-table": "^8.20.5",

apps/cms/sentry.edge.config.ts

Lines changed: 0 additions & 24 deletions
This file was deleted.

apps/cms/sentry.server.config.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

apps/cms/src/app/global-error.tsx

Lines changed: 0 additions & 27 deletions
This file was deleted.

apps/cms/src/instrumentation-client.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

apps/cms/src/instrumentation.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)