Skip to content

Commit

Permalink
feat(nextjs): Automatically enable vercel cron monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Nov 29, 2023
1 parent 249a0c5 commit a08fa26
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/NextJs/configs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ const moduleExports = {
// https://docs.sentry.io/platforms/javascript/guides/nextjs/manual-setup/#use-hidden-source-map
// for more information.
hideSourceMaps: true,

// Enables automatic instrumentation of Vercel Cron Monitors.
// See the following for more information:
// https://docs.sentry.io/product/crons/
// https://vercel.com/docs/cron-jobs
automaticVercelMonitors: true,
},
};

Expand Down

0 comments on commit a08fa26

Please sign in to comment.