Skip to content

Commit 540a378

Browse files
committed
deployment tracker
1 parent 09f5249 commit 540a378

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,5 @@ app.listen(appEnv.port, '0.0.0.0', function() {
8484
// print a message when the server starts listening
8585
console.log("server starting on " + appEnv.url);
8686
});
87+
88+
require("cf-deployment-tracker-client").track();

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"dependencies": {
88
"async": "^1.5.2",
9+
"cf-deployment-tracker-client": "0.0.8",
910
"cfenv": "1.0.x",
1011
"compression": "^1.6.1",
1112
"cors": "^2.7.1",

0 commit comments

Comments
 (0)