Reproduce Errors Without
User Feedback
Breadcrumbs show you events that lead to errors.
Prioritize by business impact
See things like payment processor API calls so you can fix bugs that impact your business first.Understand everything
See everything that might cause errors, in context, including SQL queries and debug logs.Find the root cause
Know when crashes are caused by other errors so you don't waste time debugging the wrong thing.Client side
Sentry's JavaScript breadcrumbs include most interaction events, from clicks with component names and inputs to page navigation andconsole messages—even earlier-occurring errors.