Skip to content

Commit

Permalink
Fix jaeger-fix module not found (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk authored Nov 10, 2024
1 parent 6637883 commit 26dae51
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/webservice/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ const config = {
experimental: {
instrumentationHook: true,
optimizePackageImports: ["googleapis"],
serverComponentsExternalPackages: [
"@opentelemetry/auto-instrumentations-node",
"@opentelemetry/sdk-node",
],
},

async rewrites() {
Expand Down

0 comments on commit 26dae51

Please sign in to comment.