crashCount property

  1. @TagNumber.new(3)
Int64 get crashCount

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);
  1. @TagNumber.new(3)
set crashCount (Int64 v)

Implementation

@$pb.TagNumber(3)
set crashCount($fixnum.Int64 v) {
  $_setInt64(2, v);
}