UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

12 lines (8 loc) 188 B
'use strict' const TracingPlugin = require('./tracing') class InboundPlugin extends TracingPlugin { bindFinish (ctx) { return ctx.parentStore } } module.exports = InboundPlugin