Skip to content

Commit

Permalink
enable instrumentationHook
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Sep 22, 2024
1 parent 531c8c6 commit 94a680e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/webservice/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const config = {
remotePatterns: [{ hostname: "lh3.googleusercontent.com" }],
},

experimental: { instrumentationHook: true },

async rewrites() {
return [
{
Expand Down

0 comments on commit 94a680e

Please sign in to comment.