1.0.0 • Published 6 years ago

@newrelic/apollo-server-express v1.0.0

Weekly downloads
3
License
LicenseRef-LICENS...
Repository
-
Last release
6 years ago

New Relic's apollo-server-express framework instrumentation for use with the Node agent. This module is a dependency of the agent and is installed with it by running:

npm install newrelic

Alternatively, it can be installed and loaded independently based on specific versioning needs:

npm install @newrelic/apollo-server-express
// index.js
require('@newrelic/apollo-server-express');

For more information, please see the agent installation guide, and compatibility and requirements.