Skip to content

Commit b4ad042

Browse files
committed
fix: code_origin_for_spans_enabled naming inconsistency
1 parent 12004d3 commit b4ad042

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/configuration.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ static bool dd_parse_tags(zai_str value, zval *decoded_value, bool persistent) {
170170
INI_CHANGE_DYNAMIC_CONFIG(DD_TRACE_HEADER_TAGS, "datadog.trace.header_tags")
171171
INI_CHANGE_DYNAMIC_CONFIG(DD_TRACE_SAMPLE_RATE, "datadog.trace.sample_rate")
172172
INI_CHANGE_DYNAMIC_CONFIG(DD_TRACE_LOGS_ENABLED, "datadog.logs_injection")
173-
INI_CHANGE_DYNAMIC_CONFIG(DD_CODE_ORIGIN_FOR_SPANS_ENABLED, "datadog.code_origins_for_spans_enabled")
173+
INI_CHANGE_DYNAMIC_CONFIG(DD_CODE_ORIGIN_FOR_SPANS_ENABLED, "datadog.code_origin_for_spans_enabled")
174174
INI_CHANGE_DYNAMIC_CONFIG(DD_EXCEPTION_REPLAY_ENABLED, "datadog.exception_replay_enabled")
175175

176176
#define CALIAS_EXPAND(name) {.ptr = name, .len = sizeof(name) - 1},

0 commit comments

Comments
 (0)