Skip to content

Commit

Permalink
Urls Updated for No usage reporting (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanW3 authored Feb 21, 2024
1 parent 3253e64 commit 4d28785
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ interface UsageEventSchema extends Omit<UsageEvent, "action"> {
const URLS_LIST_TO_NOT_REPORT_USAGE = new Set([
"/",
"/favicon.ico",
"/",
"/system/health",
"/json",
"/static",
"",
]);

const createHeaderForRequest = (input: CreateHeaderForRequestParams) => {
Expand Down

0 comments on commit 4d28785

Please sign in to comment.