Sometimes an issue in one project is caused by a problem in another or a slow API call. Sentry's distributed tracing lets you trace every problem right to its root cause.
With Sentry’s performance monitoring, you can trace performance issues to poor-performing api calls and slow database queries.
Learn the ins-and-outs of distributed tracing and how it can assist you in monitoring the increasingly complex requirements of full stack applications.
Read moreJoin Dustin Bailey (Solutions Engineer) as he shows how developers can trace those pesky performance issues to poor-performing API calls & slow database queries across all your services.
Watch nowTrace View and Trace Navigator give you a throughline between transactions across all your projects.
Read moreFind the slowest operation or “work” taking place on your service. All without having to click into each trace.
Read moreTrace those 10-second page loads to poor-performing API calls and its children. The event detail waterfall visually highlights what calls are giving your customers a poor experience and provides a level of context from user device data to the expected operation.
With the trace view, you can drill down into the details of a single trace and traverse every transaction in that trace. This will accelerate your ability to debug slow services, identify related errors, and root out other bottlenecks. There are multiple entry points to get to the trace view.
Leverage distributed tracing tools to uncover key breakpoints across your stack. From measuring the time between “submit order” and order confirmation appearing for e-commerce applications, to monitoring performance of your backend processing external service data into internal services, tracing allows you to understand how interconnected systems interact and where complex issues originated.