We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16351e0 + 97c68aa commit 9c59b58Copy full SHA for 9c59b58
src/lib/analytics.ts
@@ -8,7 +8,7 @@ export function initializeAnalytics() {
8
if (!browser) return;
9
10
posthog.init('phc_jg4gOdigfHQD4MSgrSaO883dp2LjNJbJO7azv61UtI0', {
11
- api_host: 'https://hog.edutools.ingo.au',
+ api_host: 'https://2094835769823485010.ingo.au',
12
person_profiles: 'always',
13
capture_exceptions: true
14
});
@@ -18,7 +18,7 @@ export async function checkTrackerBlocked(): Promise<boolean> {
18
if (!browser) return false;
19
20
try {
21
- await fetch('https://hog.edutools.ingo.au/static/exception-autocapture.js');
+ await fetch('https://2094835769823485010.ingo.au/static/exception-autocapture.js');
22
return false;
23
} catch {
24
return navigator.onLine;
0 commit comments