Stack Trace

View stack trace of the javascript errors with source maps in Dev Tools

While viewing an error session or user session, you can see the corresponding stack trace, console logs, network request response details by using the "Open in Dev Tools" in the respective breadcrumbs.

1. To view the stack trace of a frontend error, click on the frontend error breadcrumb "Open in Dev Tools"

2. To view console error details, click on the console error breadcrumb "Open in Dev Tools"

3. To View network request response details, click on the XHR breadcrumb "Open in Dev Tools"

Last updated