alerts.crashlytics.StabilityDigestPayload interface

The internal payload object for a stability digest. Payload is wrapped inside a FirebaseAlertData object.

Signature:

exportinterfaceStabilityDigestPayload

Properties

PropertyTypeDescription
"@type""type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsStabilityDigestPayload"
digestDatestringThe date that the digest gets created. Issues in the digest should have the same date as the digest date
trendingIssuesTrendingIssueDetails[]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[];