@sentry/react-native
Version:
Official Sentry SDK for react-native
11 lines (10 loc) • 817 B
TypeScript
export declare const SPAN_ORIGIN_AUTO_INTERACTION = "auto.interaction";
export declare const SPAN_ORIGIN_MANUAL_INTERACTION = "manual.interaction";
export declare const SPAN_ORIGIN_MANUAL_APP_START = "manual.app.start";
export declare const SPAN_ORIGIN_AUTO_APP_START = "auto.app.start";
export declare const SPAN_ORIGIN_AUTO_NAVIGATION_REACT_NATIVE_NAVIGATION = "auto.navigation.react_native_navigation";
export declare const SPAN_ORIGIN_AUTO_NAVIGATION_REACT_NAVIGATION = "auto.navigation.react_navigation";
export declare const SPAN_ORIGIN_AUTO_NAVIGATION_CUSTOM = "auto.navigation.custom";
export declare const SPAN_ORIGIN_AUTO_UI_TIME_TO_DISPLAY = "auto.ui.time_to_display";
export declare const SPAN_ORIGIN_MANUAL_UI_TIME_TO_DISPLAY = "manual.ui.time_to_display";
//# sourceMappingURL=origin.d.ts.map