dd-trace
Version:
Datadog APM tracing client for JavaScript
12 lines (8 loc) • 334 B
JavaScript
// AUTO-GENERATED by dd-compile
// Orchestrion rewriter handles the actual instrumentation via JSON config.
// This file registers the module hooks for the rewriter to process.
const { addHook, getHooks } = require('./helpers/instrument')
for (const hook of getHooks('bullmq')) {
addHook(hook, exports => exports)
}