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: Add a Http Service integration with trace propagation (NATIVE-314) #397

Merged
merged 6 commits into from
Jan 11, 2022

Conversation

Swatinem
Copy link
Member

@Swatinem Swatinem commented Jan 3, 2022

Based on #395, this creates a new sentry-tower feature, which enables a new tower Layer, which will start a new transaction for each Http request, using the incoming headers for distributed trace propagation.

Base automatically changed from feat/performance to master January 10, 2022 10:14
This creates a new sentry-tower feature that does trace propagation for
Http Services.
@Swatinem Swatinem marked this pull request as ready for review January 10, 2022 10:29
@Swatinem Swatinem requested a review from a team January 10, 2022 10:29
@codecov-commenter
Copy link

codecov-commenter commented Jan 10, 2022

Codecov Report

Merging #397 (e3d9755) into master (281f3ff) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master     #397   +/-   ##
=======================================
  Coverage   81.86%   81.86%           
=======================================
  Files          70       70           
  Lines        7870     7870           
=======================================
  Hits         6443     6443           
  Misses       1427     1427           

sentry-tower/src/http.rs Outdated Show resolved Hide resolved
sentry-tower/src/http.rs Outdated Show resolved Hide resolved
sentry-tower/src/http.rs Outdated Show resolved Hide resolved
sentry-tower/src/http.rs Show resolved Hide resolved
sentry-tower/src/http.rs Show resolved Hide resolved
sentry-tower/src/http.rs Show resolved Hide resolved
sentry-tower/src/http.rs Show resolved Hide resolved
@Swatinem Swatinem merged commit 6721801 into master Jan 11, 2022
@Swatinem Swatinem deleted the feat/perf-http branch January 11, 2022 14:29
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

3 participants