-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No results found in discover tab for query despite relevant transactions #81418
Labels
Comments
Assigning to @getsentry/support for routing ⏲️ |
Routing to @getsentry/product-owners-discover for triage ⏲️ |
Thank you for the bug report, the team will investigate this |
Seems like this is happening because we're not attaching the response context to the events. We aggregate http_status codes from |
Resolved by getsentry/sentry-javascript#14619 |
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Environment
SaaS (https://sentry.io/)
Steps to Reproduce
Tansactions
tabhttp.status_code is 404
to filter transactions.Expected Result
Transactions with http.status_code equal to 401 should appear in the results, as verified by existing logs or individual transaction details.
Actual Result
No results are returned, even though transactions with http.status_code = 404 exist (confirmed by inspecting specific transaction details in the UI).
Product Area
Discover
Link
https://legitbee-c9.sentry.io/discover/homepage
DSN
No response
Version
No response
The text was updated successfully, but these errors were encountered: