Issue
import type { Issue } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";An issue describes a set of similar events that have been analyzed by Crashlytics and grouped together. All events within an issue will be of the same error_type: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
§Properties
Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR.
Output only. Immutable. The first app display_version in which this issue was seen, populated for mobile issues only.
Output only. The most recent app display_version in which this issue was seen, populated for mobile issues only.
Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}".
Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer.
Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see Regressed Issues.
Output only. The time at which the issue state was last changed.
Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message.
Output only. Immutable. Caption title. This is usually a source file or method name.
Output only. Provides a link to the Issue on the Firebase console. When this Issue is obtained as part of a Report, then the link will be configured with the same time interval and filters as the request.
Output only. Immutable. The top 12 variants (subgroups) within the issue. Variants group events within an issue that are very similar. A single result implies that the variant is the same as the parent issue. This field will be empty when multiple issues are requested. Request a single issue to list variants.