-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Improve Next.js Issues #85531
Comments
consider issues flagged as 3rd party JavaScript in Sentry and Codecov dashboards for potential other issues we should be dropping for users.
I'm curious if these changes with rewrite frames changes, will enrich these and/or duplicate them. It also means the 3 projects referenced in those 2 dashboard are interesting test candidates for experimental changes before we release this to larger audience of Sentry users. cc @chargome |
Routing to @getsentry/product-owners-issues for triage ⏲️ |
Routing to @getsentry/product-owners-issues-source-maps for triage ⏲️ |
We've been filtering a specific "undefined is not an object" error that referenced "a.L" in our error filters. However, similar errors occured with other uppercase letters (e.g. `a.K`) - they all represent the same class of non-actionable error. This pr just updates the filter to use a regex for this pattern. ref getsentry/sentry#85531
Issues can be very noisy, due to poor grouping, low quality stack traces, browser extension errors, and more. This issue is a collection of Issues and sub-epics to improve the issues experience for Next.js, by connection all other React and browser frameworks.
P0
P1
P2
P3
The text was updated successfully, but these errors were encountered: