chore: allow logging unredacted messages MCP-103 #1404
Annotations
3 errors and 1 notice
Run tests
Process completed with exit code 1.
|
Run tests:
tests/unit/telemetry.test.ts#L280
AssertionError: expected "debug" to be called with arguments: [ { __value: 1002007 }, …(2) ]
Received:
1st debug call:
[
{
+ "context": "telemetry",
+ "id": {
"__value": 1002007,
},
- "telemetry",
- "Device ID retrieval timed out",
+ "message": "Device ID retrieval timed out",
+ "noRedaction": true,
+ },
]
Number of calls: 1
❯ tests/unit/telemetry.test.ts:280:39
|
Run tests:
tests/unit/telemetry.test.ts#L253
AssertionError: expected "debug" to be called with arguments: [ { __value: 1002006 }, …(2) ]
Received:
1st debug call:
[
{
+ "context": "telemetry",
+ "id": {
"__value": 1002006,
},
- "telemetry",
- "Error: Failed to get device ID",
+ "message": "Error: Failed to get device ID",
+ },
]
Number of calls: 1
❯ tests/unit/telemetry.test.ts:253:39
|
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|
Loading