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 8624f19 commit 4d944caCopy full SHA for 4d944ca
next.config.js
@@ -9,6 +9,9 @@ const withNextIntl = require( "next-intl/plugin" )( "./utilities/i18n.ts" );
9
const nextConfig = withNextIntl( {
10
poweredByHeader: false,
11
experimental: {
12
+ // https://docs.sentry.io/platforms/javascript/guides/nextjs/migration/v7-to-v8/#updated-sdk-initialization
13
+ instrumentationHook: true,
14
+
15
// https://github.com/vercel/next.js/discussions/46987#discussioncomment-8464812
16
serverComponentsExternalPackages: ["pino", "pino-pretty"]
17
},
0 commit comments