Showing
2 changed files
with
1 additions
and
17 deletions
oneapm.js
deleted
100644 → 0
1 | -/** | ||
2 | - * OneAPM agent configuration | ||
3 | - */ | ||
4 | - | ||
5 | -const commonConfig = require('./config/common'); | ||
6 | - | ||
7 | -exports.config = { | ||
8 | - app_name: [commonConfig.appName], | ||
9 | - license_key: 'BwEGA1dRDlQ6357HHQ1AD1xJVkbc9fNfWRtQUwhQG41c5QFWGFIDSQoHc0e8AgMaUlcUVw0=', | ||
10 | - logging: { | ||
11 | - level: 'info' | ||
12 | - }, | ||
13 | - transaction_events: { | ||
14 | - enabled: true | ||
15 | - } | ||
16 | -}; |
@@ -39,7 +39,7 @@ | @@ -39,7 +39,7 @@ | ||
39 | "request-promise": "^3.0.0", | 39 | "request-promise": "^3.0.0", |
40 | "serve-favicon": "^2.3.0", | 40 | "serve-favicon": "^2.3.0", |
41 | "uuid": "^2.0.3", | 41 | "uuid": "^2.0.3", |
42 | - "yoho-node-lib": "0.1.28", | 42 | + "yoho-node-lib": "0.1.29", |
43 | "yoho-zookeeper": "^1.0.3" | 43 | "yoho-zookeeper": "^1.0.3" |
44 | }, | 44 | }, |
45 | "devDependencies": { | 45 | "devDependencies": { |
-
Please register or login to post a comment