Skip to content

Commit

Permalink
chore: Update npm dependencies and add Azure Monitor instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
saoc90 committed Jun 17, 2024
1 parent 8c22db9 commit eb6502f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const nextConfig = {
output: "standalone",
experimental: {
serverComponentsExternalPackages: ["@azure/storage-blob"],
serverComponentsExternalPackages: ["@azure/storage-blob", "@azure/monitor-opentelemetry", "@opentelemetry/api", "@opentelemetry/instrumentation"],
instrumentationHook: true,
}
};
Expand Down
34 changes: 19 additions & 15 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"@markdoc/markdoc": "^0.4.0",
"@microsoft/applicationinsights-react-js": "^17.2.0",
"@microsoft/applicationinsights-web": "^3.2.2",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/instrumentation": "^0.52.0",
"@opentelemetry/instrumentation-http": "^0.52.0",
"@opentelemetry/sdk-node": "^0.52.0",
"@opentelemetry/api": "^1.9.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
Expand Down

0 comments on commit eb6502f

Please sign in to comment.