Created
December 16, 2017 12:34
-
-
Save nicgirault/3f3343c4085417c838ec91e68317eded to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const options = { | |
stats: 'my_app.node_api', | |
response_code: true, | |
tags: ['my_app:node_api'] | |
} | |
app.use(require('connect-datadog')(options)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment