-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Spam of Errors from framework #7239
Comments
Regarding hydration error spam: Regarding framework source code: fix with this PR: #7097 in release 7.37 marks the stack frames as In case framework code IS useful: So in product similar to above, we need to detect these tpes of stack trace errors based on some pattern
In this example to consider, if marking them all as inApp fale, then the stack trace will be empty but they don't have use for the user. You should still be able to see them, by selecting raw stack trace. However it is unclear the logic behind most relevant being selectable |
Just need to update with the outcome of changes from above PRs, and if shipped, and if we can confirm. Should try to find a way to quantify the impact |
Superseded by #7432 |
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using? If you use the CDN bundles, please specify the exact bundle (e.g.
bundle.tracing.min.js
) in your SDK setup.@sentry/next
SDK Version
7.12.1
Framework Version
13?
Link to Sentry event
No response
SDK Setup
customer provided in another channel
Steps to Reproduce
NextJS applicaiton throwing errors, seems a pattern with hydration errors in particular
Expected Result
Do not receive errors in Sentry which occur within the framework
Errors which do appear in Sentry should not be marked as missing source maps related to framework code
Actual Result
Only receive errors in Sentry (costly to quota) which are questionably relevant for the user
Do not flag issue as missing source maps for framework specific code
The text was updated successfully, but these errors were encountered: