We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40979f commit f2c2db6Copy full SHA for f2c2db6
next.config.ts
@@ -432,7 +432,7 @@ export default withSentryConfig(
432
enabled: true,
433
// ignore the "Canvas" component to avoid Sentry annotations
434
// conflicts with react-three-fiber
435
- ignoredComponents: ['@react-three/fiber'],
+ ignoredComponents: ['NeonRoadCanvas'],
436
},
437
438
// Route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.
@@ -456,6 +456,6 @@ export default withSentryConfig(
456
// See the following for more information:
457
// https://docs.sentry.io/product/crons/
458
// https://vercel.com/docs/cron-jobs
459
- automaticVercelMonitors: true,
+ //automaticVercelMonitors: true,
460
}
461
)
0 commit comments