UNPKG

@sentry-internal/replay

Version:
7 lines 323 B
import type { 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