mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
28 lines
3.2 KiB
HTML
28 lines
3.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Posthog</title>
|
|
<link rel="icon" href="https://hiberly.com/wp-content/uploads/2019/06/cropped-square-logo-whiteback-pinkdots-blacktext-2-32x32.png" sizes="32x32">
|
|
<link rel="icon" href="https://hiberly.com/wp-content/uploads/2019/06/cropped-square-logo-whiteback-pinkdots-blacktext-2-192x192.png" sizes="192x192">
|
|
<link rel="apple-touch-icon-precomposed" href="https://hiberly.com/wp-content/uploads/2019/06/cropped-square-logo-whiteback-pinkdots-blacktext-2-180x180.png">
|
|
<meta name="msapplication-TileImage" content="https://hiberly.com/wp-content/uploads/2019/06/cropped-square-logo-whiteback-pinkdots-blacktext-2-270x270.png">
|
|
|
|
<script>
|
|
(function(c,a){if(!a.__SV){var b=window;try{var d,m,j,k=b.location,f=k.hash;d=function(a,b){return(m=a.match(RegExp(b+"=([^&]*)")))?m[1]:null};f&&d(f,"state")&&(j=JSON.parse(decodeURIComponent(d(f,"state"))),"mpeditor"===j.action&&(b.sessionStorage.setItem("_mpcehash",f),history.replaceState(j.desiredHash||"",c.title,k.pathname+k.search)))}catch(n){}var l,h;window.posthog=a;a._i=[];a.init=function(b,d,g){function c(b,i){var a=i.split(".");2==a.length&&(b=b[a[0]],i=a[1]);b[i]=function(){b.push([i].concat(Array.prototype.slice.call(arguments,
|
|
0)))}}var e=a;"undefined"!==typeof g?e=a[g]=[]:g="posthog";e.people=e.people||[];e.toString=function(b){var a="posthog";"posthog"!==g&&(a+="."+g);b||(a+=" (stub)");return a};e.people.toString=function(){return e.toString(1)+".people (stub)"};l="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");
|
|
for(h=0;h<l.length;h++)c(e,l[h]);var f="set set_once union unset remove delete".split(" ");e.get_group=function(){function a(c){b[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));e.push([d,call2])}}for(var b={},d=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<f.length;c++)a(f[c]);return b};a._i.push([b,d,g])};a.__SV=1.2;b=c.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?
|
|
MIXPANEL_CUSTOM_LIB_URL:"file:"===c.location.protocol&&"//t.posthog.com/static/tr.js".match(/^\/\//)?"https://t.posthog.com/static/tr.js":"//t.posthog.com/static/tr.js";d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d)}})(document,window.posthog||[]);
|
|
posthog.init('sTMFPsFhdP1Ssg');
|
|
</script>
|
|
|
|
<script src="https://browser.sentry-cdn.com/5.10.1/bundle.min.js" integrity="sha384-sAOze6ZTBIpiWBF3VlUteSInM4rYpjxrejp1wMmmKqA9clRZ1vZJ36Ihmt1ilTrG" crossorigin="anonymous">
|
|
</script>
|
|
<script>location.host.indexOf('127.0.0.1') == -1 && Sentry.init({ dsn: 'https://05644c4d24a4496cbff36078f49cf7a6@sentry.io/1847666' });</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="./src/index.js"></script>
|
|
</body>
|
|
</html>
|