UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

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