mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-12-02 09:02:29 +00:00
Add newrelic
This commit is contained in:
parent
ec97389b51
commit
ac5a83d3be
3 changed files with 4 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ node_modules
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
.module-cache/
|
.module-cache/
|
||||||
public/js/app.js
|
public/js/app.js
|
||||||
|
newrelic_agent.log
|
1
index.js
1
index.js
|
@ -1,5 +1,6 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
|
require("newrelic");
|
||||||
var fs = require("fs");
|
var fs = require("fs");
|
||||||
var path = require("path");
|
var path = require("path");
|
||||||
var express = require("express");
|
var express = require("express");
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
"lodash": "~3.10.0",
|
"lodash": "~3.10.0",
|
||||||
"mongoose": "~4.1.1",
|
"mongoose": "~4.1.1",
|
||||||
"morgan": "~1.6.1",
|
"morgan": "~1.6.1",
|
||||||
|
"newrelic": "^1.22.1",
|
||||||
"request": "~2.60.0",
|
"request": "~2.60.0",
|
||||||
"serve-favicon": "~2.3.0",
|
"serve-favicon": "~2.3.0",
|
||||||
"socket.io": "~1.3.7",
|
"socket.io": "~1.3.7",
|
||||||
|
|
Loading…
Reference in a new issue