UNPKG

@sentry-internal/replay

Version:
7 lines (6 loc) 275 B
import { replayIntegration } from '../integration'; /** * This is a small utility to get a type-safe instance of the Replay integration. */ export declare function getReplay(): ReturnType<typeof replayIntegration> | undefined; //# sourceMappingURL=getReplay.d.ts.map