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/module.js CHANGED
@@ -885,7 +885,7 @@ var LZString = {
885
885
  }
886
886
  };
887
887
 
888
- var version = "1.32.3";
888
+ var version = "1.32.4";
889
889
 
890
890
  // e.g. Config.DEBUG = Config.DEBUG || instance.get_config('debug')
891
891
 
@@ -4079,7 +4079,7 @@ var Decide = /*#__PURE__*/function () {
4079
4079
  console.error("Error while initializing PostHog app with config id ".concat(id), e);
4080
4080
  };
4081
4081
 
4082
- window["__$$ph_web_js_".concat(id)] = _this2.instance;
4082
+ window["__$$ph_site_app_".concat(id)] = _this2.instance;
4083
4083
  document.body.appendChild(script);
4084
4084
  };
4085
4085