Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Sep 25, 2024
1 parent aa413b5 commit e76b742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/telemetry/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub static SHOW_ALL_TRACES: Lazy<bool> = Lazy::new(|| match std::env::var("PRISM
/// - Emitted by the JS part of the Prisma ORM. This is true both for Accelerate (where the Rust
/// part is deployed as a server) and for the ORM (where the Rust part is a shared library)
/// - Never emitted at all. This happens when the `TraceParent` is created artificially from `TxId`
/// (see `TxId::as_traceparent`). In this case, `TraceParent` is used only to correlated logs
/// (see `TxId::as_traceparent`). In this case, `TraceParent` is used only to correlate logs
/// from different transaction operations - it is never used as a part of the trace
#[derive(Display, Copy, Clone)]
// This conforms with https://www.w3.org/TR/trace-context/#traceparent-header-field-values. Accelerate
Expand Down

0 comments on commit e76b742

Please sign in to comment.