Skip to content

Commit

Permalink
feat: add datadog proxy url [OTE-827] (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
yogurtandjam authored Oct 3, 2024
1 parent 44b12bd commit 29588c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/analytics/datadog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ if (CLIENT_TOKEN) {
forwardErrorsToLogs: true,
sessionSampleRate: 100,
env: CURRENT_MODE,
proxy: import.meta.env.VITE_DATADOG_PROXY_URL,
});
}

Expand Down

0 comments on commit 29588c6

Please sign in to comment.