Port sentry logic #635
v-next-ci.yml
on: pull_request
List packages
6s
Check dependency versions
10s
Check that the npm scripts are consistent
7s
Matrix: ci
Matrix: lint
Annotations
2 errors
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.
|