Skip to main content

SENTRY__TIMESTAMP__SEQUENCE

Constant SENTRY__TIMESTAMP__SEQUENCE 

Source
pub const SENTRY__TIMESTAMP__SEQUENCE: &str = "sentry.timestamp.sequence";
Expand description

A sequencing counter for deterministic ordering of logs or metrics when timestamps share the same integer millisecond. Starts at 0 on SDK initialization, increments by 1 for each captured item, and resets to 0 when the integer millisecond of the current item differs from the previous one.

  • PII: False
  • Rewriting behavior: None