Merge pull request #3642 from hilja/tracker-fetch-priority-low

Set tracker’s fetch call priority to low
This commit is contained in:
Mike Cao
2026-04-04 17:13:20 -04:00
committed by GitHub
+1
View File
@@ -184,6 +184,7 @@
...(typeof cache !== 'undefined' && { 'x-umami-cache': cache }),
},
credentials,
priority: 'low',
});
const data = await res.json();