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

Transaction details page should look at response context for the status code. #54274

Open
adinauer opened this issue Aug 7, 2023 · 1 comment

Comments

@adinauer
Copy link
Member

adinauer commented Aug 7, 2023

Problem Statement

For backend events where we set the HTTP response status code in contexts/response/status_code of the transaction we should also show it in the UI.

image

Currently we only read the status code from http.status_code tag it seems.

Some more details can be found here: getsentry/develop#445

Solution Brainstorm

I'm guessing the following code needs to be modified

const tag = tags.find(tagObject => tagObject.key === 'http.status_code');

Product Area

Performance

@marandaneto
Copy link
Contributor

@adinauer add the project and labels to be triaged, not sure who's responsible for that, probably worth asking around.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants