Răsfoiți Sursa

ph (#3240)

Co-authored-by: Justin Rhee <jusrhee@Justins-MacBook-Air.local>
jusrhee 2 ani în urmă
părinte
comite
8d20d2d9f5
2 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 1
      dashboard/src/hosted.index.html
  2. 0 1
      dashboard/webpack.config.js

+ 1 - 1
dashboard/src/hosted.index.html

@@ -23,7 +23,7 @@
 
     <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'})
+      posthog.init('phc_Bna7PjZKfVnkjiDOHx6gUIuIbvWv4M8zsqxYxuRYVo4',{api_host:'https://app.posthog.com'})
     </script>
 
     <script>

+ 0 - 1
dashboard/webpack.config.js

@@ -53,7 +53,6 @@ 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}`,