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 46 commits into
base: main
Choose a base branch
from

package-lock.json

59334fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 10, 2025 in 0s

91.01% (+0.05%) compared to ce62d8c

View this Pull Request on Codecov

91.01% (+0.05%) compared to ce62d8c

Details

Codecov Report

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

Project coverage is 91.01%. Comparing base (ce62d8c) to head (59334fc).
Report is 2 commits behind head on main.

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.96%   91.01%   +0.05%     
==========================================
  Files         171      178       +7     
  Lines        8133     8302     +169     
  Branches     1649     1684      +35     
==========================================
+ Hits         7398     7556     +158     
- Misses        735      746      +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%> (ø)