UNPKG

@sentry-internal/replay

Version:
8 lines (7 loc) 326 B
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