UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

12 lines (8 loc) 276 B
'use strict' const InboundPlugin = require('./inbound') class ServerPlugin extends InboundPlugin { static operation = 'request' static kind = 'server' static type = 'web' // a default that may eventually be overriden by nonweb servers } module.exports = ServerPlugin