The internal payload object for a stability digest. Payload is wrapped inside a FirebaseAlertData
object.
Signature:
export interface StabilityDigestPayload
Properties
Property | Type | Description |
---|---|---|
"@type" | "type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsStabilityDigestPayload" | |
digestDate | string | The date that the digest gets created. Issues in the digest should have the same date as the digest date |
trendingIssues | TrendingIssueDetails[] | A stability digest containing several trending Crashlytics issues |
alerts.crashlytics.StabilityDigestPayload."@type"
Signature:
alerts.crashlytics.StabilityDigestPayload.digestDate
The date that the digest gets created. Issues in the digest should have the same date as the digest date
Signature:
digestDate: string;
alerts.crashlytics.StabilityDigestPayload.trendingIssues
A stability digest containing several trending Crashlytics issues
Signature:
trendingIssues: TrendingIssueDetails[];