Skip to content

Commit

Permalink
Use the right Datadog API key (github#16468)
Browse files Browse the repository at this point in the history
* Do the thing

* Retrigger Actions
  • Loading branch information
JasonEtco authored Nov 16, 2020
1 parent 1b8848f commit a333b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/statsd.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const StatsD = require('hot-shots')

const mock = Boolean(process.env.NODE_ENV === 'test' || !process.env.DATADOG_API_KEY)
const mock = Boolean(process.env.NODE_ENV === 'test' || !process.env.DD_API_KEY)

/**
* @type {import('hot-shots').StatsD}
Expand Down

0 comments on commit a333b65

Please sign in to comment.