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 a5d2aff commit f40979fCopy full SHA for f40979f
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: ['Canvas'],
+ ignoredComponents: ['@react-three/fiber'],
436
},
437
438
// Route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.
0 commit comments