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

🐛[RUMF-617] fix missing headers on traced requests #517

Merged
merged 3 commits into from
Sep 4, 2020

Conversation

bcaudan
Copy link
Contributor

@bcaudan bcaudan commented Sep 4, 2020

Motivation

some requests headers possible types were not copied with the tracing headers, resulting in some request failures due to missing headers.

Changes

Handle other headers types

Testing

Automated tests


I have gone over the contributing documentation.

some requests headers possible types were not copied with the tracing headers, resulting in some request failures due to missing headers.
@bcaudan bcaudan requested a review from a team as a code owner September 4, 2020 08:34
@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2020

Codecov Report

Merging #517 into master will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #517      +/-   ##
==========================================
- Coverage   87.86%   87.80%   -0.06%     
==========================================
  Files          36       36              
  Lines        2233     2239       +6     
  Branches      453      455       +2     
==========================================
+ Hits         1962     1966       +4     
- Misses        271      273       +2     
Impacted Files Coverage Δ
packages/rum/src/tracer.ts 100.00% <100.00%> (ø)
packages/logs/src/loggerSession.ts 95.65% <0.00%> (-4.35%) ⬇️
packages/logs/src/logger.ts 94.11% <0.00%> (-1.18%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f3e14e1...67dd92f. Read the comment docs.

Copy link
Member

@BenoitZugmeyer BenoitZugmeyer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bcaudan bcaudan merged commit a6dc27a into master Sep 4, 2020
@bcaudan bcaudan deleted the bcaudan/fix-headers branch September 4, 2020 14:40
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.

3 participants