Merge branch 'feature/sentry' into staging
This commit is contained in:
commit
2df6413d0f
@ -1,5 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
|
||||
console.log(process.env);
|
||||
const nextConfig = {
|
||||
reactStrictMode: false,
|
||||
publicRuntimeConfig: {
|
||||
@ -56,7 +57,6 @@ const nextConfig = {
|
||||
|
||||
module.exports = nextConfig;
|
||||
|
||||
|
||||
// Injected content via Sentry wizard below
|
||||
|
||||
const { withSentryConfig } = require("@sentry/nextjs");
|
||||
@ -96,5 +96,5 @@ module.exports = withSentryConfig(
|
||||
// https://docs.sentry.io/product/crons/
|
||||
// https://vercel.com/docs/cron-jobs
|
||||
automaticVercelMonitors: true,
|
||||
}
|
||||
},
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user