pub const MAX_DURATION_MOBILE_MS: f64 = 180_000.0;
Expand description
Maximum length of a mobile span or measurement in milliseconds.
Spans like ui.load
with an exclusive_time
that exceeds this number will be removed,
as well as mobile measurements (on transactions) such as app.start.cold
, etc.