add newrelic monitoring for nodejs

This commit is contained in:
Niko Kurtti
2015-03-29 14:10:15 +03:00
parent ff47edc1e0
commit 3c46d90192
4 changed files with 15 additions and 9 deletions

View File

@@ -1,3 +1,4 @@
require('newrelic');
'use strict';
var express = require('express');