Skip to content

Commit

Permalink
Enable collect dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryvanWalen committed Jun 24, 2024
1 parent 8cf47a4 commit 8f482c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (process.env.APPLICATIONINSIGHTS_CONNECTION_STRING) {
.setAutoCollectRequests(true)
.setAutoCollectPerformance(true)
.setAutoCollectExceptions(true)
.setAutoCollectDependencies(false)
.setAutoCollectDependencies(true)
.setAutoDependencyCorrelation(true)
.setUseDiskRetryCaching(true)
.start();
Expand Down

0 comments on commit 8f482c4

Please sign in to comment.