Resource: Issue
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 errorType: crash, non-fatal exception or ANR. All events within an issue will contain similar stack traces in their blamed thread.
| JSON representation |
|---|
{ "id": string, "title": string, "subtitle": string, "errorType": enum ( |
| Fields | |
|---|---|
id |
Output only. Immutable. Unique identifier for the issue. |
title |
Output only. Immutable. Caption title. This is usually a source file or method name. |
subtitle |
Output only. Immutable. Caption subtitle. This is usually a symbol or an exception message. |
errorType |
Output only. Immutable. Indicates whether this issue is a crash, non-fatal exception, or ANR. |
sampleEvent |
Output only. The resource name for a sample event in this issue. |
uri |
Output only. Provides a link to the |
firstSeenVersion |
Output only. Immutable. The first app displayVersion in which this issue was seen, populated for mobile issues only. |
lastSeenVersion |
Output only. The most recent app displayVersion in which this issue was seen, populated for mobile issues only. |
firstSeenTime |
Output only. Immutable. The first time this issue was seen. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
lastSeenTime |
Output only. The most recent time this issue was seen. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
signals[] |
Output only. Immutable. Distinctive characteristics assigned by the Crashlytics analyzer. |
state |
Output only. Indicates whether this issue is open, closed or muted. For details on how issue states change without user actions, see Regressed Issues. |
notesCount |
Output only. The number of notes attached to an issue. |
name |
Required. Output only. Immutable. Identifier. The name of the issue resource. Format: "projects/{project}/apps/{app}/issues/{issue}". |
variants[] |
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. |
stateUpdateTime |
Output only. The time at which the issue state was last changed. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
ErrorType
Error types.
| Enums | |
|---|---|
ERROR_TYPE_UNSPECIFIED |
Unknown. |
FATAL |
Fatal crash event. |
NON_FATAL |
Non-fatal event, such as a caught Java exception or NSError on iOS. |
ANR |
Application not responding error, Android only. |
IssueSignals
Distinctive characteristics assigned by the Crashlytics analyzer.
| JSON representation |
|---|
{
"signal": enum ( |
| Fields | |
|---|---|
signal |
Output only. The signal name. |
description |
Output only. Supporting detail information. |
Signal
All supported signal names.
| Enums | |
|---|---|
SIGNAL_UNSPECIFIED |
Default. |
SIGNAL_EARLY |
Indicates an issue that is impacting end users early in the app session. |
SIGNAL_FRESH |
Indicates newly detected issues. |
SIGNAL_REGRESSED |
Indicates previously closed issues which have been detected again. |
SIGNAL_REPETITIVE |
Indicates issues impacting some end users multiple times. |
State
Issue states.
| Enums | |
|---|---|
STATE_UNSPECIFIED |
Unknown. |
OPEN |
Ongoing issue. |
CLOSED |
Issue resolved. |
MUTED |
Issue muted. No alerts will be fired for this issue. |
ACKNOWLEDGED |
Issue acknowledged. |
Methods |
|
|---|---|
|
Change the state of a group of issues. |
|
Retrieve an issue. |
|
Change the state of an issue. |