Skip to content

Commit

Permalink
Add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Oct 7, 2024
1 parent f90f448 commit d9c03d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/telemetry/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ impl TraceParent {
}
}

// TODO(aqrln): remove this method once the log capturing doesn't rely on trace IDs anymore
#[deprecated = "this must only be used to create an artificial traceparent for log capturing when tracing is disabled on the client"]
pub fn new_random() -> Self {
Self {
Expand Down

0 comments on commit d9c03d9

Please sign in to comment.