now??
Some checks failed
Deploy Frontend / deploy (push) Failing after 1m38s

This commit is contained in:
Lee 2024-10-04 11:36:08 +01:00
parent dac4735e52
commit 53909d08c5
2 changed files with 22 additions and 22 deletions

@ -32,24 +32,22 @@ const nextConfig = {
}, },
}; };
export default nextConfig; export default withSentryConfig(nextConfig, {
org: "scoresaber-reloaded",
// export default withSentryConfig(nextConfig, { project: "frontend",
// org: "scoresaber-reloaded", sentryUrl: "https://glitchtip.fascinated.cc/",
// project: "frontend", silent: !process.env.CI,
// sentryUrl: "https://glitchtip.fascinated.cc/", reactComponentAnnotation: {
// silent: !process.env.CI, enabled: true,
// reactComponentAnnotation: { },
// enabled: true, tunnelRoute: "/monitoring",
// }, hideSourceMaps: true,
// tunnelRoute: "/monitoring", disableLogger: true,
// hideSourceMaps: true, sourcemaps: {
// disableLogger: true, disable: true,
// sourcemaps: { },
// disable: true, release: {
// }, create: false,
// release: { finalize: false,
// create: false, },
// finalize: false, });
// },
// });

@ -30,7 +30,9 @@
"./src/*" "./src/*"
] ]
}, },
"target": "ES2022" "target": "ES2022",
"rootDir": "./src/",
"outDir": "./out/"
}, },
"include": [ "include": [
"next-env.d.ts", "next-env.d.ts",