Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa30397 commit 8c2be9bCopy full SHA for 8c2be9b
packages/dd-trace/src/config.js
@@ -975,7 +975,6 @@ class Config {
975
this._setString(opts, 'env', options.env || tags.env)
976
this._setBoolean(opts, 'experimental.enableGetRumData', options.experimental?.enableGetRumData)
977
this._setString(opts, 'experimental.exporter', options.experimental?.exporter)
978
- this._setBoolean(opts, 'runtimeMetricsRuntimeId', options.runtimeMetricsRuntimeId)
979
opts.flushInterval = maybeInt(options.flushInterval)
980
this._optsUnprocessed.flushInterval = options.flushInterval
981
opts.flushMinSpans = maybeInt(options.flushMinSpans)
0 commit comments