@sentry-internal/replay
Version:
User replays for Sentry
8 lines (7 loc) • 326 B
TypeScript
import { Session } from '../types';
/** If the session should be refreshed or not. */
export declare function shouldRefreshSession(session: Session, { sessionIdleExpire, maxReplayDuration }: {
sessionIdleExpire: number;
maxReplayDuration: number;
}): boolean;
//# sourceMappingURL=shouldRefreshSession.d.ts.map