Skip to content

Commit

Permalink
Add comment to new config
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlesDD committed Mar 1, 2024
1 parent 9fa7c3f commit 3fcb83c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dd-trace/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ class Config {
this._setBoolean(env, 'runtimeMetrics', DD_RUNTIME_METRICS_ENABLED)
this._setUnit(env, 'sampleRate', DD_TRACE_SAMPLE_RATE)
this._setValue(env, 'sampler.rateLimit', DD_TRACE_RATE_LIMIT)
// DD_APPSEC_SCA_ENABLED is never used locally, but only sent to the backend
this._setBoolean(env, 'sca.enabled', DD_APPSEC_SCA_ENABLED)
this._setString(env, 'scope', DD_TRACE_SCOPE)
this._setString(env, 'service', DD_SERVICE || DD_SERVICE_NAME || tags.service)
Expand Down

0 comments on commit 3fcb83c

Please sign in to comment.