Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Breadcrumb

import type { Breadcrumb } from "https://googleapis.deno.dev/v1/firebasecrashlytics:v1alpha.ts";

Analytics events recorded during the session.

interface Breadcrumb {
eventTime?: Date;
params?: {
[key: string]: string;
}
;
title?: string;
}

§Properties

§
eventTime?: Date
[src]

Device timestamp for the event.

§
params?: {
[key: string]: string;
}
[src]

Event parameters.

§
title?: string
[src]

Analytic event name.