Bläddra i källkod

ph (#3234)

Co-authored-by: Justin Rhee <jusrhee@Justins-MacBook-Air.local>
jusrhee 2 år sedan
förälder
incheckning
e84e21da14
2 ändrade filer med 6 tillägg och 0 borttagningar
  1. 5 0
      dashboard/src/hosted.index.html
  2. 1 0
      dashboard/webpack.config.js

+ 5 - 0
dashboard/src/hosted.index.html

@@ -21,6 +21,11 @@
       })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
     </script>
 
+    <script>
+      !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags getFeatureFlag getFeatureFlagPayload reloadFeatureFlags group updateEarlyAccessFeatureEnrollment getEarlyAccessFeatures getActiveMatchingSurveys getSurveys".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
+      posthog.init("<%= htmlWebpackPlugin.options.posthogKey %>",{api_host:'https://app.posthog.com'})
+    </script>
+
     <script>
       // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/gq56g49i'
       (function () {

+ 1 - 0
dashboard/webpack.config.js

@@ -53,6 +53,7 @@ module.exports = () => {
       template: path.resolve(__dirname, "src", "hosted.index.html"),
       intercomAppId: `${env.INTERCOM_APP_ID}`,
       hotjarId: `${env.HOTJAR_ID}`,
+      posthogKey: `${env.POSTHOG_API_KEY}`,
       intercomSrc: `${process.env.INTERCOM_SRC}`,
       segmentWriteKey: `${process.env.SEGMENT_WRITE_KEY}`,
       segmentKey: `${process.env.SEGMENT_PUBLIC_KEY}`,