UNPKG

401 BTypeScriptView Raw
1import type { Breadcrumb, BreadcrumbHint } from '@sentry/types';
2/**
3 * Records a new breadcrumb which will be attached to future events.
4 *
5 * Breadcrumbs will be added to subsequent events to provide more context on
6 * user's actions prior to an error or crash.
7 */
8export declare function addBreadcrumb(breadcrumb: Breadcrumb, hint?: BreadcrumbHint): void;
9//# sourceMappingURL=breadcrumbs.d.ts.map
\No newline at end of file