We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d4642 commit 7cf4aafCopy full SHA for 7cf4aaf
packages/datadog-instrumentations/src/dd-trace-api.js
@@ -3,4 +3,5 @@
3
const { addHook } = require('./helpers/instrument')
4
5
// Empty hook just to make the plugin load.
6
+// TODO: Add version range when the module is released on npm.
7
addHook({ name: 'dd-trace-api' }, api => api)
0 commit comments