Skip to content

Commit 9c59b58

Browse files
authored
Merge pull request #536 from EducationalTools/main
change posthog domain
2 parents 16351e0 + 97c68aa commit 9c59b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/analytics.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function initializeAnalytics() {
88
if (!browser) return;
99

1010
posthog.init('phc_jg4gOdigfHQD4MSgrSaO883dp2LjNJbJO7azv61UtI0', {
11-
api_host: 'https://hog.edutools.ingo.au',
11+
api_host: 'https://2094835769823485010.ingo.au',
1212
person_profiles: 'always',
1313
capture_exceptions: true
1414
});
@@ -18,7 +18,7 @@ export async function checkTrackerBlocked(): Promise<boolean> {
1818
if (!browser) return false;
1919

2020
try {
21-
await fetch('https://hog.edutools.ingo.au/static/exception-autocapture.js');
21+
await fetch('https://2094835769823485010.ingo.au/static/exception-autocapture.js');
2222
return false;
2323
} catch {
2424
return navigator.onLine;

0 commit comments

Comments
 (0)