From 39a6c188cdf8412e7af1d91829bb00d1e62591cc Mon Sep 17 00:00:00 2001 From: Robbie Coomber Date: Wed, 11 Dec 2024 13:48:37 +0000 Subject: [PATCH] Bump --- testcafe/helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcafe/helpers.js b/testcafe/helpers.js index db634bef3..91219a340 100644 --- a/testcafe/helpers.js +++ b/testcafe/helpers.js @@ -59,7 +59,7 @@ export const initPosthog = (testName, config) => { // We set this to get around the ingestion delay for new distinctIDs. It's not ideal, as if we have a // lagging partition on prod then we can be blocked from merging any PRs. Until we run these tests against // a local posthog instance, you can change this ID to change the partition. - distinctID: 'automated-tester-2', + distinctID: 'automated-tester-3', isIdentifiedID: true, }, opt_out_useragent_filter: true,