Event
import type { Event } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";The message describing a single Crashlytics event. Related to BigQuery export schema, which can be found at Export Crashlytics data to BigQuery
§Properties
Analytics events recorded by the analytics SDK during the session.
Metadata provided by the app's build system, including version control repository info.
The bundle name for iOS apps or the package name of Android apps. Format: "com.mycompany.myapp".
Device orientation at the time of the crash (portrait or landscape).
Output only. Immutable. The unique event identifier is assigned during processing.
Unique identifier for the device-app installation. This field is used to compute the unique number of impacted users.
The subtitle of the issue in which the event was grouped. This is usually a symbol or an exception message.
The title of the issue in which the event was grouped. This is usually a source file or method name.
Details for the [IssueVariant] assigned to this [Event].
Required. Output only. Immutable. Identifier. The name of the event resource. Format: "projects/{project}/apps/{app_id}/events/{event}".
Operating system and version.
Output only. Web only. The route path of the web application when the event occurred, excluding query parameters and fragment.