-
Notifications
You must be signed in to change notification settings - Fork 44
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: Remove deprecated API inlineHit #744
Conversation
Asset Size Report
Merging this pull request will result in the following asset size changes:
|
Codecov Report
@@ Coverage Diff @@
## main #744 +/- ##
==========================================
+ Coverage 86.90% 87.19% +0.28%
==========================================
Files 135 135
Lines 5331 5310 -21
Branches 736 732 -4
==========================================
- Hits 4633 4630 -3
+ Misses 636 620 -16
+ Partials 62 60 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
🟢 if we got PM go-ahead already.
|
Removing the browser agent API inlineHit. This API was deprecated in 2014 and is no longer supported or used by newer versions of the browser agent.
Overview
Removing the deprecated inlineHit api.
Related Issue(s)
https://issues.newrelic.com/browse/NR-166453
Testing