Skip to content

fix: replace console.* calls with structured logging service #654

fix: replace console.* calls with structured logging service

fix: replace console.* calls with structured logging service #654

Re-run triggered June 29, 2026 14:00
Status Failure
Total duration 50s
Artifacts

ci.yml

on: pull_request
Type Check, Lint & Validation
44s
Type Check, Lint & Validation
build
build
test
test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Type Check, Lint & Validation
Process completed with exit code 2.
Type Check, Lint & Validation: src/utils/pwaUtils.ts#L14
Object literal may only specify known properties, and 'scope' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/services/errorReporting.ts#L148
Object literal may only specify known properties, and 'status' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/lib/validation/validator.ts#L22
Object literal may only specify known properties, and 'details' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/lib/notifications/socket.ts#L168
Object literal may only specify known properties, and 'data' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/lib/export-scheduler/scheduler-service.ts#L198
Object literal may only specify known properties, and 'fileName' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/lib/export-scheduler/notification-service.ts#L21
Object literal may only specify known properties, and 'message' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/lib/dataWarehouse.ts#L40
Object literal may only specify known properties, and 'payload' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/hooks/useInternationalization.tsx#L103
Object literal may only specify known properties, and 'sample' does not exist in type 'LogPayload'.
Type Check, Lint & Validation: src/hooks/useAnalyticsErrorTracking.tsx#L170
Type 'AnalyticsErrorContext' is not assignable to type 'Record<string, unknown>'.
Type Check, Lint & Validation
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/