Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(replay): Try/catch
sendBufferedReplayOrFlush
to prevent cycles (#…
…13900) It is possible that an error gets thrown outside of flushing (we should be catching exceptions in flush and do no re-throw), which our core SDK error handler would catch due to global rejection handler and trigger replay SDK to flush again.
- Loading branch information