We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a219e commit 42694f4Copy full SHA for 42694f4
2 files changed
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