Skip to content

Commit 3d34f72

Browse files
committed
types
1 parent 600db95 commit 3d34f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/replay-internal/src/types/replay.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ export interface ReplayContainer {
485485
checkAndHandleExpiredSession(): boolean | void;
486486
setInitialState(): void;
487487
getCurrentRoute(): string | undefined;
488+
handleException(err: unknown): void;
488489
}
489490

490491
type RequestBody = null | Blob | BufferSource | FormData | URLSearchParams | string;

0 commit comments

Comments
 (0)