Skip to content

Commit

Permalink
add instrumentation to server external packages
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Dec 23, 2024
1 parent 3efd5a7 commit 1578de1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/sovoli.com/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ const nextConfig = {

/** Enables hot reloading for local packages without a build step */
transpilePackages: ["@sovoli/ui", "@sovoli/auth", "@sovoli/db"],
serverExternalPackages: ["@opentelemetry/sdk-node", "pino"],
serverExternalPackages: [
"@opentelemetry/sdk-node",
"@opentelemetry/instrumentation",
"pino",
],

/** We already do linting and typechecking as separate tasks in CI */
eslint: { ignoreDuringBuilds: true },
Expand Down

0 comments on commit 1578de1

Please sign in to comment.