Skip to content

feat(perf): Add performance measuring api #116

feat(perf): Add performance measuring api

feat(perf): Add performance measuring api #116

Triggered via pull request March 15, 2025 17:31
Status Failure
Total duration 26s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
lint
Process completed with exit code 1.
lint: src/modules/performance.ts#L260
Unexpected any. Specify a different type
lint: src/modules/performance.ts#L229
Unexpected any. Specify a different type
lint: src/modules/performance.ts#L198
Member destroy should be declared before all private instance method definitions
lint: src/modules/performance.ts#L163
Member startTransaction should be declared before all private instance method definitions
lint: src/modules/performance.ts#L150
Member queueTransaction should be declared before all private instance method definitions
lint: src/catcher.ts#L584
Member destroy should be declared before all private instance method definitions
lint: src/catcher.ts#L573
Member startTransaction should be declared before all private instance method definitions
lint: src/catcher.ts#L19
Import "Transaction" is only used as types
lint: src/modules/performance.ts#L231
Missing JSDoc comment
lint: src/modules/performance.ts#L207
'NodeJS' is not defined
lint: src/modules/performance.ts#L174
Expected blank line before this statement
lint: src/modules/performance.ts#L173
Expected blank line before this statement
lint: src/modules/performance.ts#L172
'Transaction' was used before it was defined
lint: src/modules/performance.ts#L161
Missing JSDoc @returns type
lint: src/modules/performance.ts#L147
Missing JSDoc @param "transaction" declaration
lint: src/modules/performance.ts#L53
'NodeJS' is not defined
lint: src/modules/performance.ts#L23
'BigInt' is not defined
lint: src/catcher.ts#L167
Block must not be padded by blank lines