@sentry/react-native
Version:
Official Sentry SDK for react-native
12 lines (11 loc) • 411 B
TypeScript
import type { Breadcrumb, SeverityLevel } from '@sentry/core';
export declare const DEFAULT_BREADCRUMB_LEVEL: SeverityLevel;
type BreadcrumbCandidate = {
[K in keyof Partial<Breadcrumb>]: unknown;
};
/**
* Convert plain object to a valid Breadcrumb
*/
export declare function breadcrumbFromObject(candidate: BreadcrumbCandidate): Breadcrumb;
export {};
//# sourceMappingURL=breadcrumb.d.ts.map