Skip to content

feat: Implement user journey tracking and bug reporting enhancements #17

feat: Implement user journey tracking and bug reporting enhancements

feat: Implement user journey tracking and bug reporting enhancements #17

Triggered via push November 24, 2025 07:39
Status Failure
Total duration 57s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
release
Process completed with exit code 1.
test/module.test.ts > Bug LT Module > should have correct default options: test/module.test.ts#L30
AssertionError: expected { enabled: true, ui: true, …(14) } to deeply equal { enabled: true, ui: true, …(8) } - Expected + Received { + "autoOpenOnError": false, "autoShow": true, "buttonColor": "#ef4444", "enableBrowserInfo": true, "enableConsoleLogs": true, + "enableErrorBoundary": true, + "enableNetworkRequests": true, "enableScreenshot": true, + "enableUserJourney": true, "enabled": true, "maxConsoleLogs": 50, + "maxNetworkRequests": 50, "position": "bottom-right", "theme": "auto", "ui": true, + "userJourney": { + "captureClicks": true, + "captureErrors": true, + "captureFormInteractions": true, + "captureHover": true, + "captureInputChanges": true, + "captureInputValues": false, + "captureKeyboard": true, + "captureModalEvents": true, + "captureNavigation": true, + "captureScroll": true, + "enabled": true, + "maxEvents": 50, + "throttleRate": 100, + }, } ❯ test/module.test.ts:30:29