Skip to content

Commit 2581e73

Browse files
iamlucbwoebi
andauthored
Fix ini_change mode
Co-authored-by: Bob Weinand <[email protected]>
1 parent dd25a41 commit 2581e73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/configuration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ enum ddtrace_sampling_rules_format {
226226
CONFIG(INT, DD_OPENAI_SPAN_CHAR_LIMIT, "128") \
227227
CONFIG(DOUBLE, DD_OPENAI_SPAN_PROMPT_COMPLETION_SAMPLE_RATE, "1.0") \
228228
CONFIG(DOUBLE, DD_OPENAI_LOG_PROMPT_COMPLETION_SAMPLE_RATE, "0.1") \
229-
CONFIG(BOOL, DD_INJECT_FORCE, "false") \
229+
CONFIG(BOOL, DD_INJECT_FORCE, "false", .ini_change = zai_config_system_ini_change) \
230230
DD_INTEGRATIONS
231231

232232
#ifndef _WIN32

0 commit comments

Comments
 (0)