Skip to content

Commit

Permalink
Send configuration list even if it's empty (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullegranddc committed Feb 19, 2024
1 parent 744a866 commit f5e2a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ddtelemetry/src/data/payloads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ pub enum ConfigurationOrigin {

#[derive(Serialize, Debug)]
pub struct AppStarted {
#[serde(skip_serializing_if = "Vec::is_empty")]
pub configuration: Vec<Configuration>,
}

Expand Down

0 comments on commit f5e2a3f

Please sign in to comment.