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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tracing): Change where content-length gets added #8139

Merged
merged 2 commits into from
May 17, 2023

Commits on May 16, 2023

  1. fix(tracing): Change where content-length gets added

    Response content length can't be added upon span creation since the response doesn't exist yet, this should add content-length on the subsequent call to the handler after the fetch/xhr has finished.
    k-fish committed May 16, 2023
    Configuration menu
    Copy the full SHA
    89420b9 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. prettier

    AbhiPrasad committed May 17, 2023
    Configuration menu
    Copy the full SHA
    a1a3f14 View commit details
    Browse the repository at this point in the history