Skip to content

Port sentry logic

Port sentry logic #634

Re-run triggered August 6, 2024 13:50
Status Failure
Total duration 2m 7s
Artifacts

v-next-ci.yml

on: pull_request
List packages
4s
List packages
Check dependency versions
7s
Check dependency versions
Check that the npm scripts are consistent
8s
Check that the npm scripts are consistent
Matrix: ci
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

4 errors
should get the analyticsClientId from the file because it already exists: v-next/hardhat/test/internal/cli/telemetry/analytics/utils.ts#L66
AssertionError: Expected values to be strictly equal - Expected + Received - test-client-id + 77e4cbda-2ef3-4651-8972-d36e5b5f9f9c at TestContext.<anonymous> (test/internal/cli/telemetry/analytics/utils.ts:66:14) at async Test.run (node:internal/test_runner/test:857:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '77e4cbda-2ef3-4651-8972-d36e5b5f9f9c', expected: 'test-client-id', operator: 'strictEqual' }
[hardhat] ci on macos-latest (Node 22)
Process completed with exit code 1.
should send a failure message to Sentry because there is an anonymization error: v-next/hardhat/test/internal/cli/telemetry/sentry/subprocess.ts#L81
AssertionError: Expected values to be strictly equal - Expected + Received - There was an error anonymizing an event: event is null or undefined at TestContext.<anonymous> (test/internal/cli/telemetry/sentry/subprocess.ts:81:12) at async Test.run (node:internal/test_runner/test:857:9) at async Suite.processPendingSubtests (node:internal/test_runner/test:565:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: '', expected: 'There was an error anonymizing an event: event is null or undefined', operator: 'strictEqual' }
[hardhat] ci on macos-13 (Node 22)
Process completed with exit code 1.