Add newrelic

This commit is contained in:
Chris Blanchard 2015-10-01 12:13:17 +01:00
parent ec97389b51
commit ac5a83d3be
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -1,4 +1,5 @@
node_modules
npm-debug.log
.module-cache/
public/js/app.js
public/js/app.js
newrelic_agent.log

View file

@ -1,5 +1,6 @@
"use strict";
require("newrelic");
var fs = require("fs");
var path = require("path");
var express = require("express");

View file

@ -41,6 +41,7 @@
"lodash": "~3.10.0",
"mongoose": "~4.1.1",
"morgan": "~1.6.1",
"newrelic": "^1.22.1",
"request": "~2.60.0",
"serve-favicon": "~2.3.0",
"socket.io": "~1.3.7",