Skip to content

Commit f40979f

Browse files
committed
test deployment this time using package name
1 parent a5d2aff commit f40979f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ export default withSentryConfig(
432432
enabled: true,
433433
// ignore the "Canvas" component to avoid Sentry annotations
434434
// conflicts with react-three-fiber
435-
ignoredComponents: ['Canvas'],
435+
ignoredComponents: ['@react-three/fiber'],
436436
},
437437

438438
// Route browser requests to Sentry through a Next.js rewrite to circumvent ad-blockers.

0 commit comments

Comments
 (0)