Skip to content

Commit

Permalink
chore: added instrumentationHook in consent and dashboard
Browse files Browse the repository at this point in the history
rebase
  • Loading branch information
Siddharth committed Oct 31, 2023
1 parent f98be31 commit 5731e58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/consent/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
module.exports = {
experimental: {
serverActions: true,
outputFileTracingRoot: require('path').join(__dirname, '../../'),
outputFileTracingRoot: require("path").join(__dirname, "../../"),
instrumentationHook: true,
},
output: 'standalone',
};
output: "standalone",
}
1 change: 1 addition & 0 deletions apps/dashboard/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const nextConfig = {
experimental: {
serverActions: true,
outputFileTracingRoot: require("path").join(__dirname, "../../"),
instrumentationHook: true,
},
output: "standalone",
}
Expand Down

0 comments on commit 5731e58

Please sign in to comment.