posthog-js 1.119.0 → 1.119.1

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/README.md CHANGED
@@ -16,7 +16,7 @@ Cypress: run `pnpm start` to have a test server running and separately `pnpm cyp
16
16
  Testing on IE11 requires a bit more setup. TestCafe tests will use the
17
17
  playground application to test the locally built array.full.js bundle. It will
18
18
  also verify that the events emitted during the testing of playground are loaded
19
- into the PostHog app. By default it uses https://app.posthog.com and the
19
+ into the PostHog app. By default it uses https://us.i.posthog.com and the
20
20
  project with ID 11213. See the testcafe tests to see how to override these if
21
21
  needed. For PostHog internal users ask @benjackwhite or @hazzadous to invite you
22
22
  to the Project. You'll need to set `POSTHOG_API_KEY` to your personal API key, and