Front end clues to back end issues

Follow the breadcrumbs

7 minutes
Exercise Investigate with RUM

In a user session with the order confirmation error message, click in the top right of the replay. You should land on the long PlaceOrder custom event in the RUM user session details.

RUM session waterfall with PlaceOrder and APM link

  1. What is a likely cause of the Order Confirmation issue? How can you tell?
  2. If you wanted to investigate this issue further, what would you do?

Walkthrough:

  1. Hover over the APM link on the long POST request. After a moment, the popup shows related backend services and which are in an error state.
  2. (Optional) Open the Business Operation link in a new tab to view the APM Service Map and see how checkout connects to downstream services (for example, payment service).
  3. (Optional) Open the Trace ID link in a new tab to see this specific trace, its spans, tag details, and any relevant logs.

Related content from APM within RUM

RUM + APM

Tracing from the browser through backend services cuts time spent chasing the wrong service and lowers MTTx.