Skip to content

Commit

Permalink
change to _setValue
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Sep 18, 2024
1 parent b85e7fe commit 6e8f039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dd-trace/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ class Config {
this._setValue(defaults, 'isManualApiEnabled', false)
this._setValue(defaults, 'llmobs.agentlessEnabled', false)
this._setValue(defaults, 'llmobs.apiKey', undefined)
this._setBoolean(defaults, 'llmobs.enabled', false)
this._setValue(defaults, 'llmobs.enabled', false)
this._setValue(defaults, 'llmobs.mlApp', undefined)
this._setValue(defaults, 'ciVisibilitySessionName', '')
this._setValue(defaults, 'logInjection', false)
Expand Down

0 comments on commit 6e8f039

Please sign in to comment.