feat: add logs to trace route #9
main.yml
on: pull_request
Lint & Build & Test
29s
Annotations
10 errors and 1 warning
Lint & Build & Test:
src/trace/trace.module.ts#L32
There should be at least one empty line between import groups
|
Lint & Build & Test:
src/trace/trace.module.ts#L33
`../utils/logger-factories.js` import should occur before import of `./trace.dto.js`
|
Lint & Build & Test:
src/trace/trace.module.ts#L95
Replace `body.resourceSpans.flatMap(resourceSpan·=>·resourceSpan.scopeSpans.flatMap(scopeSpan` with `⏎········body.resourceSpans.flatMap((resourceSpan)·=>⏎··········resourceSpan.scopeSpans.flatMap((scopeSpan)`
|
Lint & Build & Test:
src/trace/trace.module.ts#L96
Insert `····`
|
Lint & Build & Test:
src/trace/trace.module.ts#L97
Insert `····`
|
Lint & Build & Test:
src/trace/trace.module.ts#L98
Replace `··········spanNames:·scopeSpan.spans.map(span` with `··············spanNames:·scopeSpan.spans.map((span)`
|
Lint & Build & Test:
src/trace/trace.module.ts#L99
Replace `}` with `····};`
|
Lint & Build & Test:
src/trace/trace.module.ts#L100
Replace `······})),·'incoming·trace·data'` with `··········})⏎········),⏎········'incoming·trace·data'⏎······`
|
|
Lint & Build & Test
Process completed with exit code 1.
|
Lint & Build & Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|