Skip to content

Commit

Permalink
Fix ini_change mode
Browse files Browse the repository at this point in the history
Co-authored-by: Bob Weinand <bob.weinand@datadoghq.com>
  • Loading branch information
iamluc and bwoebi authored Sep 19, 2024
1 parent dd25a41 commit 2581e73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ enum ddtrace_sampling_rules_format {
CONFIG(INT, DD_OPENAI_SPAN_CHAR_LIMIT, "128") \
CONFIG(DOUBLE, DD_OPENAI_SPAN_PROMPT_COMPLETION_SAMPLE_RATE, "1.0") \
CONFIG(DOUBLE, DD_OPENAI_LOG_PROMPT_COMPLETION_SAMPLE_RATE, "0.1") \
CONFIG(BOOL, DD_INJECT_FORCE, "false") \
CONFIG(BOOL, DD_INJECT_FORCE, "false", .ini_change = zai_config_system_ini_change) \
DD_INTEGRATIONS

#ifndef _WIN32
Expand Down

0 comments on commit 2581e73

Please sign in to comment.