Port sentry logic #634
v-next-ci.yml
on: pull_request
List packages
4s
Check dependency versions
7s
Check that the npm scripts are consistent
8s
Matrix: ci
Matrix: lint
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.
|