@sentry/lynx-react
Version:
Official Sentry SDK for Lynx React
13 lines • 575 B
TypeScript
import { Integration } from '@sentry/core';
export declare function developmentSymbolicatorIntegration(): Integration;
/**
* Returns the development server base url, e.g. http://192.168.0.94:3000
*
* Only works in development and on mobile platforms
*/
export declare function getDevelopmentServerUrl(): string | undefined;
/**
* Converts http://192.168.0.94:3000/main.lynx.bundle?fullscreen=true to http://192.168.0.94:3000
*/
export declare function parseUrlFromSourceName(sourceName: string): undefined | string;
//# sourceMappingURL=developmentSymbolicator.d.ts.map