HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center
These docs are for v8.1. Click to read the latest docs for v12.0.0.

Get Tags

Retrieve the tags attached to the upcoming report using this method. This method returns an array of strings.

let tags = Instabug.getTags()
NSString *tags = [Instabug getTags];
Instabug.getTags();
Instabug.getTags(function (tags) {
  // `tags` is the returned values
});