UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

12 lines (8 loc) 198 B
'use strict' const MySQLPlugin = require('../../datadog-plugin-mysql/src') class MySQL2Plugin extends MySQLPlugin { static get name () { return 'mysql2' } } module.exports = MySQL2Plugin