Skip to content

fix: add exit handler to profiler #3752

fix: add exit handler to profiler

fix: add exit handler to profiler #3752

Triggered via pull request January 18, 2026 04:59
Status Failure
Total duration 13m 25s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
<✓> ESLint | Disallow unused variables: packages/utils/src/lib/profiler/profiler.ts#L19
'UserTimingDetail' is defined but never used.
Monorepo mode
Process completed with exit code 1.
Monorepo mode
Process failed with exit code 130
Monorepo mode
[Code PushUp GitHub action] Failed: Process failed with exit code 130
<✓> ESLint | Enforce using a particular method signature syntax: packages/utils/src/lib/profiler/profiler.ts#L245
Shorthand method signature is forbidden. Use a function property instead.
<✓> ESLint | Enforce using a particular method signature syntax: packages/utils/src/lib/profiler/profiler.ts#L238
Shorthand method signature is forbidden. Use a function property instead.
<✓> ESLint | Enforce using a particular method signature syntax: packages/utils/src/lib/profiler/profiler.ts#L237
Shorthand method signature is forbidden. Use a function property instead.
<✓> ESLint | Enforce using a particular method signature syntax: packages/utils/src/lib/profiler/profiler.ts#L236
Shorthand method signature is forbidden. Use a function property instead.
<✓> ESLint | Enforce that class methods utilize `this`: packages/utils/src/lib/profiler/profiler.ts#L313
Expected 'this' to be used by class method 'flush'.
<✓> ESLint | Disallow unused expressions: packages/utils/src/lib/profiler/profiler.ts#L296
Expected an assignment or function call and instead saw an expression.