Introduction
Introduction Statistics Contact Development Disclaimer Help
Install Trace collector agent - seedlinux - Torrent indexing tool opensource to…
Log
Files
Refs
README
---
commit 89800db8e4d8275f42598eb0de3447ba1e94a2d3
parent 1fe1f2702665354161e8faebdaa8acc5083075aa
Author: Jay Scott <[email protected]>
Date: Thu, 6 Jul 2017 22:07:20 +0100
Install Trace collector agent
Diffstat:
M app.js | 4 +++-
M package.json | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/app.js b/app.js
@@ -1,6 +1,8 @@
'use strict';
-
+if(process.env.NODE_ENV === 'production') {
+ require('@risingstack/trace');
+}
const express = require('express');
const path = require('path');
diff --git a/package.json b/package.json
@@ -9,6 +9,7 @@
"start": "DEBUG=seedlinux:* node ./bin/www"
},
"dependencies": {
+ "@risingstack/trace": "^3.14.0",
"async": "^2.5.0",
"body-parser": "^1.17.2",
"compression": "^1.6.2",
You are viewing proxied material from jay.scot. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.