Skip to content

feat(perf): Add performance measuring api #126

feat(perf): Add performance measuring api

feat(perf): Add performance measuring api #126

Triggered via pull request March 16, 2025 16:31
@neSpeccneSpecc
synchronize #117
feat/perf
Status Failure
Total duration 25s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
lint
Process completed with exit code 1.
lint: src/types/performance-message.ts#L2
All imports in the declaration are only used as types. Use `import type`
lint: src/modules/performance/transaction.ts#L90
'performance' is assigned a value but never used. Allowed unused vars must match /^_/u
lint: src/modules/performance/transaction.ts#L2
All imports in the declaration are only used as types. Use `import type`
lint: src/catcher.ts#L20
All imports in the declaration are only used as types. Use `import type`
lint: src/modules/performance/transaction.ts#L3
Strings must use singlequote
lint: src/modules/performance/transaction.ts#L2
Strings must use singlequote
lint: src/modules/performance/transaction.ts#L1
Strings must use singlequote
lint: src/modules/performance/span.ts#L1
Strings must use singlequote
lint: src/modules/performance/index.ts#L215
Missing trailing comma
lint: src/modules/performance/index.ts#L175
Trailing spaces not allowed
lint: src/modules/performance/index.ts#L114
Trailing spaces not allowed
lint: src/modules/performance/index.ts#L92
Missing JSDoc @returns type
lint: src/modules/performance/index.ts#L80
Missing JSDoc @param "transaction" description
lint: src/modules/performance/index.ts#L15
More than 2 blank lines not allowed