Skip to content

Commit 7ed89f7

Browse files
authored
Add Logcat and Timber to docs (#11828)
1 parent b05b17a commit 7ed89f7

File tree

1 file changed

+1
-1
lines changed
  • docs/product/explore/session-replay/mobile

1 file changed

+1
-1
lines changed

docs/product/explore/session-replay/mobile/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ These breadcrumbs are synced with the replay player and will auto-scroll as the
4646

4747
- **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.
4848

49-
- **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.
49+
- **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.
5050

5151
- **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.
5252

0 commit comments

Comments
 (0)