Skip to content

Commit

Permalink
Upgrade newrelic for Node v4 (not official support).
Browse files Browse the repository at this point in the history
  • Loading branch information
danasilver committed Nov 2, 2015
1 parent 335d5b0 commit c97ed9a
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 36 deletions.
2 changes: 1 addition & 1 deletion app.js
@@ -1,6 +1,6 @@
'use strict';

// require('newrelic');
require('newrelic');

const express = require('express');
const mongoose = require('mongoose');
Expand Down
125 changes: 91 additions & 34 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"express": "^3.4.7",
"moment-timezone": "^0.4.1",
"mongoose": "4.2.3",
"newrelic": "^1.2.0",
"newrelic": "1.23.0",
"request": "^2.30.0"
},
"repository": {
Expand Down

0 comments on commit c97ed9a

Please sign in to comment.