Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞] Client side errors swallowed #6987

Open
tuurbo opened this issue Oct 17, 2024 · 0 comments
Open

[🐞] Client side errors swallowed #6987

tuurbo opened this issue Oct 17, 2024 · 0 comments
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working

Comments

@tuurbo
Copy link
Contributor

tuurbo commented Oct 17, 2024

Which component is affected?

Qwik Runtime

Describe the bug

In preview or production (not dev), when a client side error occurs, for example in an onclick$, the error isn't logged to the console. There’s no indication the error even happened, which also prevents an error logger like Sentry from capturing it.

Reproduction

https://github.com/tuurbo/qwik-error-swallowed

Steps to reproduce

Run app in preview pnpm run preview or production mode pnpm run prod.
Open browser console.
Click the buttons.

System Info

System:
    OS: Windows 10 10.0.19045
    CPU: (20) x64 12th Gen Intel(R) Core(TM) i9-12900HK
    Memory: 10.56 GB / 31.68 GB
  Binaries:
    Node: 20.14.0 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.19 - C:\Program Files\nodejs\yarn.CMD
    npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD
    pnpm: 9.12.1 - C:\Program Files\nodejs\pnpm.CMD
    bun: 1.1.31 - ~\.bun\bin\bun.EXE
  Browsers:
    Edge: Chromium (127.0.2651.74)
    Internet Explorer: 11.0.19041.4355

Additional Information

No response

@tuurbo tuurbo added STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working labels Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STATUS-1: needs triage New issue which needs to be triaged TYPE: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant