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 instrumenting async-await network calls when running in certain system versions #488

Merged
merged 1 commit into from
Dec 4, 2023

URLSessionInstrumentation version check was wrong and it made fail in…

7cd1c7b
Select commit
Loading
Failed to load commit list.
Merged

Fix instrumenting async-await network calls when running in certain system versions #488

URLSessionInstrumentation version check was wrong and it made fail in…
7cd1c7b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 3, 2023 in 0s

66.43% (-0.04%) compared to f9704c1

View this Pull Request on Codecov

66.43% (-0.04%) compared to f9704c1

Details

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.