UNPKG

dd-trace

Version:

Datadog APM tracing client for JavaScript

10 lines (7 loc) 246 B
'use strict' const LogPlugin = require('./log_plugin') module.exports = class StructuredLogPlugin extends LogPlugin { _isEnabled (config) { return super._isEnabled(config) || (config.enabled && config.logInjection === 'structured') } }