Skip to content

Commit 0bdae67

Browse files
committed
Fixes
1 parent 6222389 commit 0bdae67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

my-http-server-core/src/http_ok_result/http_result_builder.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ impl HttpResultBuilder {
123123
content: self.body,
124124
write_telemetry,
125125
write_to_log: true,
126+
#[cfg(feature = "with-telemetry")]
127+
add_telemetry_tags: my_telemetry::TelemetryEventTagsBuilder::new(),
126128
}
127129
.into()
128130
}

0 commit comments

Comments
 (0)