Skip to content

feat(web-analytics): Add client-side session params #1654

feat(web-analytics): Add client-side session params

feat(web-analytics): Add client-side session params #1654

Triggered via pull request October 31, 2023 11:17
Status Failure
Total duration 1m 22s
Artifacts

testcafe.yml

on: pull_request
Matrix: browsers
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 3 warnings
Test on Chrome: src/posthog-core.ts#L941
Property 'utmSource' does not exist on type 'SessionSourceParams'. Did you mean 'utm_source'?
Test on Chrome: src/posthog-core.ts#L942
Property 'utmCampaign' does not exist on type 'SessionSourceParams'. Did you mean 'utm_campaign'?
Test on Chrome: src/posthog-core.ts#L943
Property 'utmMedium' does not exist on type 'SessionSourceParams'. Did you mean 'utm_medium'?
Test on Chrome: src/posthog-core.ts#L944
Property 'utmContent' does not exist on type 'SessionSourceParams'. Did you mean 'utm_content'?
Test on Chrome: src/posthog-core.ts#L945
Property 'utmTerm' does not exist on type 'SessionSourceParams'. Did you mean 'utm_term'?
Test on Chrome
Process completed with exit code 1.
Test on Safari: src/posthog-core.ts#L941
Property 'utmSource' does not exist on type 'SessionSourceParams'. Did you mean 'utm_source'?
Test on Safari: src/posthog-core.ts#L942
Property 'utmCampaign' does not exist on type 'SessionSourceParams'. Did you mean 'utm_campaign'?
Test on Safari: src/posthog-core.ts#L943
Property 'utmMedium' does not exist on type 'SessionSourceParams'. Did you mean 'utm_medium'?
Test on Safari: src/posthog-core.ts#L944
Property 'utmContent' does not exist on type 'SessionSourceParams'. Did you mean 'utm_content'?
Test on Safari: src/posthog-core.ts#L945
Property 'utmTerm' does not exist on type 'SessionSourceParams'. Did you mean 'utm_term'?
Test on Safari
Process completed with exit code 1.
Test on IE11: src/posthog-core.ts#L941
Property 'utmSource' does not exist on type 'SessionSourceParams'. Did you mean 'utm_source'?
Test on IE11: src/posthog-core.ts#L942
Property 'utmCampaign' does not exist on type 'SessionSourceParams'. Did you mean 'utm_campaign'?
Test on IE11: src/posthog-core.ts#L943
Property 'utmMedium' does not exist on type 'SessionSourceParams'. Did you mean 'utm_medium'?
Test on IE11: src/posthog-core.ts#L944
Property 'utmContent' does not exist on type 'SessionSourceParams'. Did you mean 'utm_content'?
Test on IE11: src/posthog-core.ts#L945
Property 'utmTerm' does not exist on type 'SessionSourceParams'. Did you mean 'utm_term'?
Test on IE11
The operation was canceled.
Test on Chrome
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test on Safari
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test on IE11
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/