Skip to content

Commit

Permalink
Tel v2 schema for app-started payload requires 'configuration' (#543)
Browse files Browse the repository at this point in the history
Co-authored-by: Bob Weinand <bob.weinand@datadoghq.com>
  • Loading branch information
2 people authored and ekump committed Jul 22, 2024
1 parent e2b4038 commit aff277e
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 aff277e

Please sign in to comment.