Skip to content

Commit 967c028

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents a796939 + be545fe commit 967c028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/express-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (envIs('production')) {
1818
'tags': ['name:api', 'logType:express', 'env:'+process.env.NODE_ENV]
1919
}));
2020

21-
app.use(dogstatsd.captureSocketCount);
21+
// app.use(dogstatsd.captureSocketCount);
2222
}
2323

2424
if (envIs('development', 'local', 'stage')) {

0 commit comments

Comments
 (0)