Skip to content
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

Closed
NicolasGiaco opened this issue Nov 28, 2024 · 6 comments
Closed

Comments

@NicolasGiaco
Copy link

Environment

SaaS (https://sentry.io/)

Steps to Reproduce

  • Go to Discoverand click on the Tansactions tab
  • Use the query http.status_code is 404to filter transactions.
  • Execute the query within a time range where transactions with status code 404 are expected.

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

@getsantry
Copy link
Contributor

getsantry bot commented Nov 28, 2024

Assigning to @getsentry/support for routing ⏲️

@NicolasGiaco
Copy link
Author

Here are a few screenshots with my transaction and query

Image
Image

@getsantry
Copy link
Contributor

getsantry bot commented Nov 28, 2024

Routing to @getsentry/product-owners-discover for triage ⏲️

@getsantry getsantry bot moved this from Waiting for: Support to Waiting for: Product Owner in GitHub Issues with 👀 3 Nov 28, 2024
@Dhrumil-Sentry
Copy link

Thank you for the bug report, the team will investigate this

@shruthilayaj
Copy link
Member

Seems like this is happening because we're not attaching the response context to the events. We aggregate http_status codes from response.status_code. I'm going to follow up with the SDK teams about this!

@alexjillard
Copy link
Member

Resolved by getsentry/sentry-javascript#14619

@github-actions github-actions bot locked and limited conversation to collaborators Dec 28, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Projects
Archived in project
Development

No branches or pull requests

5 participants