@sentry/react-native
Version:
Official Sentry SDK for react-native
11 lines (10 loc) • 534 B
TypeScript
export declare const DEFAULT = "default";
export declare const NAVIGATION = "navigation";
export declare const UI_LOAD = "ui.load";
export declare const UI_ACTION = "ui.action";
export declare const UI_ACTION_TOUCH = "ui.action.touch";
export declare const APP_START_COLD = "app.start.cold";
export declare const APP_START_WARM = "app.start.warm";
export declare const UI_LOAD_INITIAL_DISPLAY = "ui.load.initial_display";
export declare const UI_LOAD_FULL_DISPLAY = "ui.load.full_display";
//# sourceMappingURL=ops.d.ts.map