Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg committed Jul 29, 2024
1 parent 5b951c6 commit 4fb3265
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/replay-internal/src/types/replay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ export interface ReplayContainer {
checkAndHandleExpiredSession(): boolean | void;
setInitialState(): void;
getCurrentRoute(): string | undefined;
handleException(err: unknown): void;
}

type RequestBody = null | Blob | BufferSource | FormData | URLSearchParams | string;
Expand Down

0 comments on commit 4fb3265

Please sign in to comment.