Skip to content

Commit

Permalink
chore: update applicationinsights setting (#252)
Browse files Browse the repository at this point in the history
Refs: #252 SIW-1774
  • Loading branch information
silvicir authored Oct 21, 2024
1 parent 354feb7 commit c51f327
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/gorgeous-gifts-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"io-wallet-user-func": patch
---

Update AI settings
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 c51f327

Please sign in to comment.