Issue-based filters relevant in event reports. These fields match the Issue type and are optional.
| JSON representation |
|---|
{ "id": string, "variantId": string, "errorTypes": [ enum ( |
| Fields | |
|---|---|
id |
Optional. Only counts events in the given issue ID. This field matches [Issue.id]. |
variantId |
Optional. Only counts events for the given issue variant ID. This field matches [IssueVariant.id]. |
errorTypes[] |
Optional. Only counts events of the given error types. This field matches [Issue.error_type]. |
signals[] |
Optional. Only returns issues currently marked with the given signals. This field matches [Issue.signals.signal]. |
title |
Optional. Substring matching the issue title. |
file |
Optional. Substring matching the file paths in stack traces. |
state |
Optional. Only includes events for issues with the given issue state. Only available for |