feat: Capture thread state from AsyncLocalStorage store
#100
Annotations
3 errors and 1 notice
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
test/e2e.test.mjs#L122
AssertionError: expected undefined to deeply equal { traceId: 'trace-5' }
- Expected:
{
"traceId": "trace-5",
}
+ Received:
undefined
❯ test/e2e.test.mjs:122:31
|
|
Run tests:
test/e2e.test.mjs#L88
AssertionError: expected undefined to deeply equal { some_property: 'some_value' }
- Expected:
{
"some_property": "some_value",
}
+ Received:
undefined
❯ test/e2e.test.mjs:88:31
|
|
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