Skip to content

Conversation

nachoBonafonte
Copy link
Member

URLSessionInstrumentation version check was wrong and it made fail instrumenting async-await network calls when running in certain system versions.

Fixes #483

…strumenting async-await network calls when running in certain system versions
Copy link

codecov bot commented Dec 3, 2023

Codecov Report

Attention: 10 lines in your changes are missing coverage. Please review.

Comparison is base (f9704c1) 66.47% compared to head (7cd1c7b) 66.43%.

Files Patch % Lines
...ntation/URLSession/URLSessionInstrumentation.swift 23.07% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #488      +/-   ##
==========================================
- Coverage   66.47%   66.43%   -0.04%     
==========================================
  Files         335      335              
  Lines       14327    14302      -25     
==========================================
- Hits         9524     9502      -22     
+ Misses       4803     4800       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nachoBonafonte nachoBonafonte merged commit 10563f4 into open-telemetry:main Dec 4, 2023
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.

Is async-based method URLSession.shared.data supported?
2 participants