Skip to content

Commit

Permalink
Bump test distinct id
Browse files Browse the repository at this point in the history
  • Loading branch information
robbie-c committed Dec 11, 2024
1 parent 153c38a commit 08e32cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcafe/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 08e32cc

Please sign in to comment.