-
Notifications
You must be signed in to change notification settings - Fork 47
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: Report Page Actions with Generic Events Feature #1124
Conversation
Asset Size Report
Merging this pull request will result in the following asset size changes:
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1124 +/- ##
==========================================
+ Coverage 88.13% 88.74% +0.61%
==========================================
Files 164 162 -2
Lines 7375 7305 -70
Branches 1463 1452 -11
==========================================
- Hits 6500 6483 -17
+ Misses 757 718 -39
+ Partials 118 104 -14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
src/features/generic_events/aggregate/formatters/page-actions.js
Outdated
Show resolved
Hide resolved
src/features/generic_events/aggregate/formatters/page-actions.js
Outdated
Show resolved
Hide resolved
Co-authored-by: Chunwai Li <cli@newrelic.com>
Report all customer PageAction data utilizing the new Generic Events feature.
Overview
Reroute PageActions to report through the GenericEvents feature. Behavior should remain the same. This PR is branched from #1121 , review and merge that one first
Related Issue(s)
NR-291172
NR-291174
Testing
Existing PageAction tests should continue to pass