diff --git a/testcafe/helpers.js b/testcafe/helpers.js index b1f2613cc..0a1eb0afc 100644 --- a/testcafe/helpers.js +++ b/testcafe/helpers.js @@ -56,7 +56,7 @@ export const initPosthog = (testName, config) => { api_host: POSTHOG_API_HOST, api_key: POSTHOG_PROJECT_KEY, bootstrap: { - distinctID: 'automated-tester', // We set this to get around the ingestion delay for new distinctIDs + distinctID: 'automated-tester-2', // We set this to get around the ingestion delay for new distinctIDs isIdentifiedID: true, }, opt_out_useragent_filter: true,