crashCount property
- @TagNumber.new(3)
The number of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert, which is currently 1h
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get crashCount => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set crashCount($fixnum.Int64 v) {
$_setInt64(2, v);
}