-
Notifications
You must be signed in to change notification settings - Fork 142
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
♻️ [RUMF-1046] instrument method implementation #1117
Conversation
f380524
to
febcd3e
Compare
febcd3e
to
7bd5258
Compare
Codecov Report
@@ Coverage Diff @@
## main #1117 +/- ##
==========================================
+ Coverage 88.94% 88.98% +0.04%
==========================================
Files 92 93 +1
Lines 4214 4230 +16
Branches 968 971 +3
==========================================
+ Hits 3748 3764 +16
Misses 466 466
Continue to review full report at Codecov.
|
Co-authored-by: Bastien Caudan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Motivation
Add a new utility function to help instrumenting native APIs and reset the instrumentation.
Changes
instrumentMethod
locationChangeObservable
) to have first look at its usageTesting
CI
I have gone over the contributing documentation.