alerts.crashlytics.VelocityAlertPayload interface
Stay organized with collections
Save and categorize content based on your preferences.
The internal payload object for a velocity alert. Payload is wrapped inside a FirebaseAlertData
object.
Signature:
export interface VelocityAlertPayload
Properties
Property |
Type |
Description |
"@type" |
"type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsVelocityAlertPayload" |
|
crashCount |
number |
The number of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert. |
crashPercentage |
number |
The percentage of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert. |
createTime |
string |
The time that the Crashlytics issue gets created |
firstVersion |
string |
The first app version where this issue was seen, and not necessarily the version that has triggered the alert. |
issue |
Issue |
Basic information of the Crashlytics issue |
alerts.crashlytics.VelocityAlertPayload."@type"
Signature:
alerts.crashlytics.VelocityAlertPayload.crashCount
The number of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert.
Signature:
crashCount: number;
alerts.crashlytics.VelocityAlertPayload.crashPercentage
The percentage of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert.
Signature:
crashPercentage: number;
alerts.crashlytics.VelocityAlertPayload.createTime
The time that the Crashlytics issue gets created
Signature:
createTime: string;
alerts.crashlytics.VelocityAlertPayload.firstVersion
The first app version where this issue was seen, and not necessarily the version that has triggered the alert.
Signature:
firstVersion: string;
alerts.crashlytics.VelocityAlertPayload.issue
Basic information of the Crashlytics issue
Signature:
issue: Issue;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-18 UTC.
[null,null,["Last updated 2023-04-18 UTC."],[],[],null,["# alerts.crashlytics.VelocityAlertPayload interface\n\nThe internal payload object for a velocity alert. Payload is wrapped inside a `FirebaseAlertData` object.\n\n**Signature:** \n\n export interface VelocityAlertPayload \n\nProperties\n----------\n\n| Property | Type | Description |\n|-----------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| [\"@type\"](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayload%22@type%22) | \"type.googleapis.com/google.events.firebase.firebasealerts.v1.CrashlyticsVelocityAlertPayload\" | |\n| [crashCount](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadcrashcount) | number | The number of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert. |\n| [crashPercentage](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadcrashpercentage) | number | The percentage of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert. |\n| [createTime](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadcreatetime) | string | The time that the Crashlytics issue gets created |\n| [firstVersion](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadfirstversion) | string | The first app version where this issue was seen, and not necessarily the version that has triggered the alert. |\n| [issue](./firebase-functions.alerts.crashlytics.velocityalertpayload.md#alertscrashlyticsvelocityalertpayloadissue) | [Issue](./firebase-functions.alerts.crashlytics.issue.md#alertscrashlyticsissue_interface) | Basic information of the Crashlytics issue |\n\nalerts.crashlytics.VelocityAlertPayload.\"@type\"\n-----------------------------------------------\n\n**Signature:** \n\n```typescript\n\n```\n\nalerts.crashlytics.VelocityAlertPayload.crashCount\n--------------------------------------------------\n\nThe number of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert.\n\n**Signature:** \n\n crashCount: number;\n\nalerts.crashlytics.VelocityAlertPayload.crashPercentage\n-------------------------------------------------------\n\nThe percentage of user sessions for the given app version that had this specific crash issue in the time period used to trigger the velocity alert.\n\n**Signature:** \n\n crashPercentage: number;\n\nalerts.crashlytics.VelocityAlertPayload.createTime\n--------------------------------------------------\n\nThe time that the Crashlytics issue gets created\n\n**Signature:** \n\n createTime: string;\n\nalerts.crashlytics.VelocityAlertPayload.firstVersion\n----------------------------------------------------\n\nThe first app version where this issue was seen, and not necessarily the version that has triggered the alert.\n\n**Signature:** \n\n firstVersion: string;\n\nalerts.crashlytics.VelocityAlertPayload.issue\n---------------------------------------------\n\nBasic information of the Crashlytics issue\n\n**Signature:** \n\n issue: Issue;"]]