-
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: Add Logging API entry points and central handler #1052
Conversation
Asset Size Report
Merging this pull request will result in the following asset size changes:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1052 +/- ##
==========================================
+ Coverage 87.56% 87.57% +0.01%
==========================================
Files 156 156
Lines 7108 7115 +7
Branches 1397 1398 +1
==========================================
+ Hits 6224 6231 +7
Misses 769 769
Partials 115 115
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Just a couple comments on our favorite word context
Add Logging API interface and central handling mechanism as customer interface for capturing logging data
Overview
Related Issue(s)
https://new-relic.atlassian.net/browse/NR-251068
https://new-relic.atlassian.net/browse/NR-251074
Testing
Jest unit tests have been updated to check for EE events. WDIO tests to be added after feature/havesting is implemented