-
Notifications
You must be signed in to change notification settings - Fork 400
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
chore: Migrated @newrelic/koa into mainline agent repo #2148
Conversation
Adds additional files to npm ignore.
Adds additional dependency language to bottom of third party notices.
Co-authored-by: Michael Goin <[email protected]>
…_updates Updates to Readme, guidelines and templates
Bumps node-test-utilities to ^4.0.0.
We are using fast-koa-router that set's _matchedRoute but does not set context.matched. See https://github.com/nikostoulas/fast-koa-router/blob/master/src/router.ts#L12 Updating to latest newrelic library breaks our apps.
Null check for context.matched
ci: Add Open Source Policy Workflow
Update readme with community-plus header
Check if transaction is null before accessing nameState property
Add a test for null transaction
Add Node.js 14 to CI
Updated README as part of the repo consistency project
Release 4.1.0
…/follow-redirects-1.15.6 build(deps-dev): bump follow-redirects from 1.15.5 to 1.15.6
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2148 +/- ##
==========================================
- Coverage 97.25% 97.23% -0.02%
==========================================
Files 251 257 +6
Lines 42338 42725 +387
==========================================
+ Hits 41175 41545 +370
- Misses 1163 1180 +17
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…s to lib/symbols, consolidated koa instrumentation into one folder
This PR resolves #2126.