feat(perf): Add performance measuring api #123
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
|