We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cb373a + 42694f4 commit 6e0b991Copy full SHA for 6e0b991
app.json
@@ -5,6 +5,7 @@
5
"NPM_CONFIG_PRODUCTION": "true"
6
},
7
"buildpacks": [
8
+ { "url": "https://github.com/DataDog/heroku-buildpack-datadog.git#1.21" },
9
{ "url": "heroku/nodejs" }
10
],
11
"formation": {
lib/statsd.js
@@ -9,6 +9,7 @@ module.exports = new StatsD({
prefix: 'docs.',
mock,
globalTags: {
12
- app: 'docs'
+ app: 'docs',
13
+ heroku_app: process.env.HEROKU_APP_NAME
14
}
15
})
0 commit comments