UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

12 lines (8 loc) 337 B
// 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. 'use strict' const { addHook, getHooks } = require('./helpers/instrument') for (const hook of getHooks('mercurius')) { addHook(hook, exports => exports) }