Skip to content

Commit

Permalink
chore: Disable fetch tracking in Application Insights service
Browse files Browse the repository at this point in the history
  • Loading branch information
saoc90 committed Jun 20, 2024
1 parent 41fc628 commit b8d7aca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions src/instrumentation.node.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/instrumentation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function register() {
},
enableStandardMetrics: true,
instrumentationOptions: {
azureSdk: { enabled: true },
azureSdk: { enabled: false },
http: httpInstrumentationConfig
},
});
Expand Down

0 comments on commit b8d7aca

Please sign in to comment.