UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

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