UNPKG

@sentry/lynx-react

Version:
13 lines 575 B
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