Skip to content

Commit 4d28785

Browse files
authored
Urls Updated for No usage reporting (#420)
1 parent 3253e64 commit 4d28785

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/usage.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,10 @@ interface UsageEventSchema extends Omit<UsageEvent, "action"> {
5757
const URLS_LIST_TO_NOT_REPORT_USAGE = new Set([
5858
"/",
5959
"/favicon.ico",
60-
"/",
6160
"/system/health",
6261
"/json",
62+
"/static",
63+
"",
6364
]);
6465

6566
const createHeaderForRequest = (input: CreateHeaderForRequestParams) => {

0 commit comments

Comments
 (0)