Skip to content

Commit

Permalink
update applicationinsights setting
Browse files Browse the repository at this point in the history
  • Loading branch information
silvicir committed Oct 21, 2024
1 parent 354feb7 commit 29ea08a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/io-wallet-user-func/src/infra/azure/appinsights/start.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import * as ai from "applicationinsights";

ai.setup(process.env["AppInsightsConnectionString"])
.setAutoCollectRequests(true)
.setAutoCollectExceptions(true)
.setUseDiskRetryCaching(true)
.start();

Expand Down

0 comments on commit 29ea08a

Please sign in to comment.