feat: add tracer DRPObject #1955
Annotations
3 errors and 1 warning
packages/tracer/tests/index.spec.ts > tracing lifecycle > should enable and disable tracing:
packages/tracer/tests/index.spec.ts#L250
AssertionError: expected "spy" to be called with arguments: [ { …(2) } ]
Received:
1st spy call:
[
{
- "headers": Any<Object>,
- "url": "http://localhost:9999",
+ "headers": {
+ "Access-Control-Allow-Headers": "*",
+ "Access-Control-Allow-Origin": "*",
+ "Content-Type": "application/json",
+ },
+ "url": "http://127.0.0.1:4318/v1/traces",
},
]
Number of calls: 1
❯ packages/tracer/tests/index.spec.ts:250:29
|
packages/tracer/tests/index.spec.ts > tracing lifecycle > should allow flushing traces:
packages/tracer/tests/index.spec.ts#L268
AssertionError: expected "spy" to be called at least once
❯ packages/tracer/tests/index.spec.ts:268:29
|
tests
Process completed with exit code 1.
|
tests
Cache not found for keys: node-cache-Linux-x64-pnpm-10ea2f784325497ed683c2f342d158ac85aaa79c066241ae0e4ace8953545b83
|