UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

12 lines (8 loc) 285 B
'use strict' const Plugin = require('../../dd-trace/src/plugins/plugin') // Cypress plugin does not patch any library. This is just a placeholder to // follow the structure of the plugins class CypressPlugin extends Plugin { static id = 'cypress' } module.exports = CypressPlugin