Custom Attributes
Adding custom attributes
You can include custom attributes (i.e. key-value pairs) to your bug reports, as such:
Buglife.putAttribute("Artist", "2Pac");
Buglife.putAttribute("Song", "California Love");
Removing attributes
To clear an attribute, set its value to null
.
Buglife.putAttribute("Artist", null);