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

fix(otel): Fix missing baggage #3218

Merged
merged 1 commit into from
Jun 27, 2024
Merged

fix(otel): Fix missing baggage #3218

merged 1 commit into from
Jun 27, 2024

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented Jun 27, 2024

We snuck in a functional change in #3168 that led to a regression. Fixing this.

Fixes #3216

@sentrivana sentrivana enabled auto-merge (squash) June 27, 2024 13:46
Copy link

codecov bot commented Jun 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.34%. Comparing base (0629094) to head (8fe9af8).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3218      +/-   ##
==========================================
+ Coverage   79.32%   79.34%   +0.01%     
==========================================
  Files         132      132              
  Lines       14218    14217       -1     
  Branches     2985     2984       -1     
==========================================
+ Hits        11279    11280       +1     
  Misses       2093     2093              
+ Partials      846      844       -2     
Files Coverage Δ
...y_sdk/integrations/opentelemetry/span_processor.py 76.52% <100.00%> (+0.35%) ⬆️

... and 1 file with indirect coverage changes

@sentrivana sentrivana merged commit dc57972 into master Jun 27, 2024
121 checks passed
@sentrivana sentrivana deleted the ivana/fix-otel branch June 27, 2024 14:05
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.

KeyError 'baggage' when using otel / OpenTelemetry plugin on 2.7.0
2 participants