UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

11 lines (7 loc) 309 B
'use strict' const ApolloBasePlugin = require('../../../dd-trace/src/plugins/apollo') class ApolloGatewayPostProcessingPlugin extends ApolloBasePlugin { static operation = 'postprocessing' static prefix = 'tracing:apm:apollo:gateway:postprocessing' } module.exports = ApolloGatewayPostProcessingPlugin