Skip to content

Commit 7fcdef3

Browse files
committed
docs(replay): Add section about error linking
1 parent 9130eae commit 7fcdef3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/replay/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,11 @@ Ignoring only applies to form inputs. Events will be ignored on the input elemen
175175

176176
https://user-images.githubusercontent.com/79684/192815134-a6451c3f-d3cb-455f-a699-7c3fe04d0a2e.mov
177177

178+
## Error linking
179+
180+
Currently, errors that happen on the page while a replay is running are linked to the replay,
181+
making it as easy as possible to jump between related issues/replays.
182+
However, please note that it is _possible_ that the error count reported on the replay detail page
183+
does not match the actual errors that have been captured perfectly.
184+
The reason for that is that errors _can_ be lost, e.g. a network request fails, or similar.
185+
This should not happen to often, but be aware that it is theoretically possible.

0 commit comments

Comments
 (0)