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

Make RequestDetailTabRawPayload show actual raw data #1060

Merged
merged 2 commits into from
Jun 9, 2024

Conversation

alvarlagerlof
Copy link
Owner

The RequestDetailTabRawPayload is currently rendering FlightResponseChunkRaw, which is in turn rendering originalValue from chunks. While this data does show some parts of the original response text, it has already gone through one level of parsing, so the row references at the beginning ot the lines are gone.

By directly using event data made accessible via #1058, we can show the real original text instead.

Before

image

After

image

The `RequestDetailTabRawPayload` is currently rendering `FlightResponseChunkRaw`, which is in turn rendering `originalValue` from chunks. While this data does show some parts of the original response text, it has already gone through one level of parsing, so the row references at the beginning ot the lines are gone.

By directly using event data made accessible via #1058, we can show the real original text instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant