IssueFilter

Issue-based filters relevant in event reports. These fields match the Issue type and are optional.

JSON representation
{
  "id": string,
  "variantId": string,
  "errorTypes": [
    enum (ErrorType)
  ],
  "signals": [
    enum (Signal)
  ],
  "title": string,
  "file": string,
  "state": enum (State)
}
Fields
id

string

Optional. Only counts events in the given issue ID. This field matches [Issue.id].

variantId

string

Optional. Only counts events for the given issue variant ID. This field matches [IssueVariant.id].

errorTypes[]

enum (ErrorType)

Optional. Only counts events of the given error types. This field matches [Issue.error_type].

signals[]

enum (Signal)

Optional. Only returns issues currently marked with the given signals. This field matches [Issue.signals.signal].

title

string

Optional. Substring matching the issue title.

file

string

Optional. Substring matching the file paths in stack traces.

state

enum (State)

Optional. Only includes events for issues with the given issue state. Only available for topIssues reports.