mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 22:31:08 +00:00
Add newrelic
This commit is contained in:
parent
ec97389b51
commit
ac5a83d3be
3 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
node_modules
|
||||
npm-debug.log
|
||||
.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";
|
||||
|
||||
require("newrelic");
|
||||
var fs = require("fs");
|
||||
var path = require("path");
|
||||
var express = require("express");
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue