Skip to content

Commit

Permalink
Add Logcat and Timber to docs (#11828)
Browse files Browse the repository at this point in the history
  • Loading branch information
c298lee authored Nov 22, 2024
1 parent b05b17a commit 7ed89f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/product/explore/session-replay/mobile/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ These breadcrumbs are synced with the replay player and will auto-scroll as the

- **Network:** This is a list of all network requests that were initiated by the app while the replay recording was active. As the video plays, there’s a visual indicator that tracks through the table of network requests, highlighting which requests happened prior to, or next to this point in the video. When a request fails, it is highlighted in red. You can also click the timestamp on the far right of each request to bring yourself to that point in the replay player.

- **Console:** Some debugging messages that don't belong in the breadcrumb list will show up here. For example a custom `console.log` in React Native.
- **Console:** Some debugging messages that don't belong in the breadcrumb list will show up here. For example, a custom `console.log` in React Native. Logs from Logcat and Timber are also supported and will show up here.

- **Errors:** All the errors that occurred in the replay (including in your backend), with links to the corresponding events and [issue(s)](/product/issues/issue-details/error-issues/), as well as the impact these issues have had holistically across all users on your application, seen when you hover over the issue ID.

Expand Down

0 comments on commit 7ed89f7

Please sign in to comment.