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

Adds check for activeSpan's context in EmbraceLogRecordBuilder #29

Merged
merged 5 commits into from
Aug 2, 2024

Conversation

atreat
Copy link
Contributor

@atreat atreat commented Jul 30, 2024

If activeSpan is set will be included in LogRecord

Fixes #16

If activeSpan is set will be included in LogRecord
@atreat atreat self-assigned this Jul 30, 2024
Copy link

github-actions bot commented Jul 30, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link
Collaborator

@ArielDemarco ArielDemarco left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link

github-actions bot commented Jul 30, 2024

Warnings
⚠️ No CHANGELOG entry added.

Generated by 🚫 Danger Swift against feca417

Copy link

codecov bot commented Aug 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.70%. Comparing base (e986e10) to head (feca417).
Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #29      +/-   ##
==========================================
+ Coverage   91.67%   91.70%   +0.03%     
==========================================
  Files         386      384       -2     
  Lines       18167    18323     +156     
==========================================
+ Hits        16654    16804     +150     
- Misses       1513     1519       +6     
Files Coverage Δ
...aceOTelInternal/Logs/EmbraceLogRecordBuilder.swift 100.00% <100.00%> (ø)
...ts/EmbraceOTelInternalTests/EmbraceOTelTests.swift 94.66% <100.00%> (-3.95%) ⬇️
...ernalTests/Logs/EmbraceLogRecordBuilderTests.swift 100.00% <100.00%> (ø)

... and 37 files with indirect coverage changes

@atreat atreat merged commit 2d3e7bf into main Aug 2, 2024
12 checks passed
@atreat atreat deleted the atreat/add-trace-context-to-log-record branch August 2, 2024 18:53
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.

Log record missing spancontext when using OpenTelemetry exporter
2 participants