Skip to content

Commit

Permalink
removing stack driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jonigl committed May 27, 2019
1 parent 3275fa1 commit 1690326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cluster.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//newrelic
const nr = require('newrelic');
// Google Cloud - Stackdriver Trace library for Node.js
require('@google-cloud/trace-agent').start();
// require('@google-cloud/trace-agent').start();
// Setup basic express server
var express = require('express');
var app = express();
Expand Down

0 comments on commit 1690326

Please sign in to comment.