UNPKG

@sentry/remix

Version:
6 lines 265 B
/** * Monkey-patch Remix's `createRequestHandler` from `@remix-run/server-runtime` * which Remix Adapters (https://remix.run/docs/en/v1/api/remix) use underneath. */ export declare function instrumentServer(): void; //# sourceMappingURL=instrumentServer.d.ts.map