UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

15 lines (11 loc) 295 B
'use strict' const Plugin = require('./plugin') class LogPlugin extends Plugin { configure (config) { return super.configure({ ...config, enabled: config.enabled && (config.logInjection || config.DD_AGENTLESS_LOG_SUBMISSION_ENABLED), }) } } module.exports = LogPlugin