File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export function initializeAnalytics() {
88 if ( ! browser ) return ;
99
1010 posthog . init ( 'phc_jg4gOdigfHQD4MSgrSaO883dp2LjNJbJO7azv61UtI0' , {
11- api_host : 'https://us.i.posthog.com ' ,
11+ api_host : 'https://hog.edutools.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://us-assets.i.posthog.com /static/exception-autocapture.js' ) ;
21+ await fetch ( 'https://hog.edutools.ingo.au /static/exception-autocapture.js' ) ;
2222 return false ;
2323 } catch {
2424 return navigator . onLine ;
Original file line number Diff line number Diff line change 1212 <Dialog .Title >Notice</Dialog .Title >
1313 <Dialog .Description >
1414 We use PostHog to detect/fix errors, track usage and roll out features. Please disable your
15- tracker/ad blocker to allow this. Don't worry, we won't show you any ads.
16- <br /><br />
15+ tracker/ad blocker for this site to allow this. Don't worry, we won't show you any ads.
16+ <br />
17+ <br />
1718 For more details about our data collection practices, see our
1819 <a href =" /privacy" class =" text-blue-600 hover:underline" target =" _blank" >Privacy Policy</a >.
20+ <br />
21+ <br />
22+ <details >
23+ <summary >Techinal info</summary >
24+ <p >We detected that hog.edutools.ingo.au is blocked by your ad/tracker blocker</p >
25+ </details >
1926 </Dialog .Description >
2027 <Dialog .Footer >
2128 <Dialog .Close onclick ={() => ($trackerDialogClosed = true )}>
You can’t perform that action at this time.
0 commit comments