Skip to content

Commit

Permalink
Adding new relic for lower level instrumentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamigo committed May 31, 2017
1 parent b186d99 commit 537e32c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const throng = require('throng');
const DEFAULT_WEB_CONCURRENCY = 1;
const WORKERS = process.env.WEB_CONCURRENCY || DEFAULT_WEB_CONCURRENCY;
const sampleStore = require('./cache/sampleStoreInit');
require('newrelic');

/**
* Entry point for each newly clustered process
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"lodash": "^4.0.0",
"mocha": "^3.1.2",
"multer": "^1.0.3",
"newrelic": "^1.39.1",
"nock": "^3.6.0",
"npm": "^3.10.9",
"npm-watch": "^0.1.6",
Expand Down

0 comments on commit 537e32c

Please sign in to comment.