add event

This commit is contained in:
Adil Hafeez 2024-11-11 23:13:57 -08:00
parent 767c9530a5
commit 76c2a4b2e9

View file

@ -118,6 +118,12 @@ pub struct TraceData {
resource_spans: Vec<ResourceSpan>,
}
impl Default for TraceData {
fn default() -> Self {
Self::new()
}
}
impl TraceData {
pub fn new() -> Self {
TraceData {