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

feat(replay): Add new body size field to Network table #46444

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

billyvg
Copy link
Member

@billyvg billyvg commented Mar 28, 2023

We moved the size field in the sdk in getsentry/sentry-javascript#7589

Note that this field is for XHR/fetch and reflects the decoded body size whereas the other data.size fields are transfer size (i.e. over the network). We may want to consider changing to show decoded body size for all, though that was only recently added to the SDK.

We moved the size field in the sdk in getsentry/sentry-javascript#7589

Note that this field is for XHR/fetch and reflects the decoded body size whereas the other `data.size` fields are *transfer* size (i.e. over the network). We may want to consider changing to show decoded body size for all, though that was only recently added to the SDK.
@billyvg billyvg marked this pull request as ready for review March 28, 2023 13:46
@billyvg billyvg requested a review from a team as a code owner March 28, 2023 13:46
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Mar 28, 2023
@billyvg billyvg merged commit be7a087 into master Mar 30, 2023
50 checks passed
@billyvg billyvg deleted the feat-replay-add-new-network-request-size branch March 30, 2023 16:40
@github-actions github-actions bot locked and limited conversation to collaborators Apr 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants