Skip to content

Commit

Permalink
Tel v2 schema for app-started payload requires 'configuration'
Browse files Browse the repository at this point in the history
  • Loading branch information
cataphract committed Jul 12, 2024
1 parent 6567d35 commit 447c409
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 @@ -39,7 +39,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 447c409

Please sign in to comment.