What is this METRIC ATTRIBUTE in crashlytics

131 views Asked by At

I am working on an android app. I am adding custom atrributes which are integers to a crashlytics custom event. In crashlytics dashboard it is showing me some metric attribute which I don't know. For string it is events count.

code:

 Answers.getInstance().logCustom(new CustomEvent("Specific screen")
          .putCustomAttribute("userid", 1));

enter image description here

0

There are 0 answers