Skip to content

Commit

Permalink
fix(monitoring): add Datadog APM
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Nov 14, 2020
1 parent 9e73ec0 commit 626bd9c
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 33 deletions.
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
var /*consoleWarn = console.warn,*/ consoleError = console.error;

require('dd-trace').init(); // datadog APM

var util = require('util');
var mongodb = require('mongodb');

Expand Down
Loading

0 comments on commit 626bd9c

Please sign in to comment.