'use strict'constPlugin = require('../../dd-trace/src/plugins/plugin')
// Cypress plugin does not patch any library. This is just a placeholder to// follow the structure of the pluginsclassCypressPluginextendsPlugin {
static id = 'cypress'
}
module.exports = CypressPlugin