We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3218e commit 8a44efeCopy full SHA for 8a44efe
components-rs/remote_config.rs
@@ -134,7 +134,7 @@ pub unsafe extern "C" fn ddog_init_remote_config_state(
134
Box::new(RemoteConfigState {
135
manager: RemoteConfigManager::new(ConfigInvariants {
136
language: "php".to_string(),
137
- tracer_version: include_str!("../VERSION").into(),
+ tracer_version: include_str!("../VERSION").trim().into(),
138
endpoint: endpoint.clone(),
139
products: DDTRACE_REMOTE_CONFIG_PRODUCTS.to_vec(),
140
capabilities: DDTRACE_REMOTE_CONFIG_CAPABILITIES.to_vec(),
0 commit comments