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(instrumentation-react-native-navigation): Adding new instrumentation library to track navigation changes for React Native apps #2359

Open
wants to merge 41 commits into
base: main
Choose a base branch
from

exporting types

02a52fa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 15, 2025 in 0s

90.85% (+0.05%) compared to 6b4e532

View this Pull Request on Codecov

90.85% (+0.05%) compared to 6b4e532

Details

Codecov Report

Attention: Patch coverage is 93.49112% with 11 lines in your changes missing coverage. Please review.

Project coverage is 90.85%. Comparing base (6b4e532) to head (02a52fa).

Files with missing lines Patch % Lines
...ct-native-navigation/src/utils/hooks/useConsole.ts 55.55% 8 Missing ⚠️
...n-react-native-navigation/src/utils/spanFactory.ts 94.44% 2 Missing ⚠️
...native-navigation/src/hooks/useAppStateListener.ts 94.11% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2359      +/-   ##
==========================================
+ Coverage   90.79%   90.85%   +0.05%     
==========================================
  Files         169      176       +7     
  Lines        8061     8230     +169     
  Branches     1646     1681      +35     
==========================================
+ Hits         7319     7477     +158     
- Misses        742      753      +11     
Files with missing lines Coverage Δ
...navigation/src/hooks/useNativeNavigationTracker.ts 100.00% <100.00%> (ø)
...ative-navigation/src/hooks/useNavigationTracker.ts 100.00% <100.00%> (ø)
...ct-native-navigation/src/utils/hooks/useSpanRef.ts 100.00% <100.00%> (ø)
...-native-navigation/src/utils/hooks/useTracerRef.ts 100.00% <100.00%> (ø)
...native-navigation/src/hooks/useAppStateListener.ts 94.11% <94.11%> (ø)
...n-react-native-navigation/src/utils/spanFactory.ts 94.44% <94.44%> (ø)
...ct-native-navigation/src/utils/hooks/useConsole.ts 55.55% <55.55%> (ø)