mirror of
https://git.sleeping.town/mirrors/foxy-moxy
synced 2025-06-16 20:31:29 -07:00
[BC-795] Add APM to foxy-moxy
This commit is contained in:
parent
1b95c4c794
commit
b2eba9af95
2 changed files with 4 additions and 0 deletions
3
run.js
3
run.js
|
@ -1,3 +1,6 @@
|
|||
if (process.env.CI !== 'true') {
|
||||
require('dd-trace').init({service: 'foxy-moxy'})
|
||||
}
|
||||
const cluster = require('express-cluster')
|
||||
const app = require('./server.js')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue