Skip to content

Commit

Permalink
Merge pull request #18 from Amsterdam/feature/enable-dependency-logging
Browse files Browse the repository at this point in the history
Enable collect dependencies
  • Loading branch information
TerryvanWalen authored Jun 24, 2024
2 parents 8cf47a4 + 8f482c4 commit 9d93ac5
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 9d93ac5

Please sign in to comment.