Constant APP_CRASH_ID
pub const APP_CRASH_ID: &'static str;Available on crate features
opentelemetry and semconv_experimental only.Expand description
A unique identifier representing an instance of an end-user facing app crash.
§Notes
Its value MAY be meaningful and be used as a reference for telemetry and metadata recorded by the same instrumentation (e.g. it is an ID generated by an external source that captured the crash). It MAY come from a source external to the instrumentation such that it can be used to look up additional data from other sources as well as facilitate deduplication.
§Examples
"083d3d2d-9a0e-47f8-be3d-bc3c5538ba38"