UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

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