posthog-js 1.32.3 → 1.32.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es.js CHANGED
@@ -881,7 +881,7 @@ var LZString = {
881
881
  }
882
882
  };
883
883
 
884
- var version = "1.32.3";
884
+ var version = "1.32.4";
885
885
 
886
886
  // e.g. Config.DEBUG = Config.DEBUG || instance.get_config('debug')
887
887
 
@@ -4075,7 +4075,7 @@ var Decide = /*#__PURE__*/function () {
4075
4075
  console.error("Error while initializing PostHog app with config id ".concat(id), e);
4076
4076
  };
4077
4077
 
4078
- window["__$$ph_web_js_".concat(id)] = _this2.instance;
4078
+ window["__$$ph_site_app_".concat(id)] = _this2.instance;
4079
4079
  document.body.appendChild(script);
4080
4080
  };
4081
4081