-
-
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
Aggregated exceptions search not working. #58326
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-issues for triage ⏲️ |
Hi @rodolfoBee how do you send an aggregated exception? |
Original reporter here. I encountered this in a Node.js project where we add additional information to errors by wrapping them using Error#cause. } catch (error) {
throw new InternalServerError('Unknown error', { cause: error });
} We send the aggregated error to Sentry using |
thanks for bringing this up, will add it to our backlog to take a look at this bug. |
This should (partially) be fixed by getsentry/sentry-javascript#10850, which fixes it so that we don't ignore the top error in a chain of errors linked by the In any case, I've been doing some other work around linked issues, so I'll see if I can pull this into that project and pick that branch back up. |
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
InternalServerError
on the issues pageReplyError
on the issues pageExpected Result
The events/issues are found for both 2 and 3.
Actual Result
No event is found when searching for
InternalServerError
, onlyReplyError
gives results.The current workaround is to search using
error.type:InternalServerError
.Product Area
Issues
Link
No response
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: