@sentry/react-native
Version:
Official Sentry SDK for react-native
14 lines • 1.17 kB
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";
export declare const SPAN_ORIGIN_AUTO_EXPO_ROUTER_PREFETCH = "auto.expo_router.prefetch";
export declare const SPAN_ORIGIN_AUTO_EXPO_ROUTER_NAVIGATION = "auto.navigation.expo_router";
export declare const SPAN_ORIGIN_AUTO_RESOURCE_EXPO_IMAGE = "auto.resource.expo_image";
export declare const SPAN_ORIGIN_AUTO_RESOURCE_EXPO_ASSET = "auto.resource.expo_asset";
//# sourceMappingURL=origin.d.ts.map