We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17786b4 commit a2aa4a2Copy full SHA for a2aa4a2
src/lib.rs
@@ -257,6 +257,7 @@ impl ApolloTracing {
257
258
let test = match protobuf::Message::write_to_bytes(&report) {
259
Ok(message) => {
260
+ info!(target: "size-ext-3", size = ?message.len());
261
info!(target: "size-ext", size = ?size_of_val(&message));
262
},
263
Err(err) => {
0 commit comments