We’re making Session Replay generally available to all Sentry users. Remove the guesswork from troubleshooting by seeing video-like reproductions of what users experience leading up to and after an error or performance issue. Session Replay supports all web-based platforms.
Welcome to Part 1 of our multipart series on Distributed Tracing for Full Stack Developers. In this series, we’ll be learning the ins-and-outs of distributed tracing and how it can assist you in monitoring the increasingly complex requirements of full stack applications.
Spare your inbox from noisy unwanted errors with these helpful tips for reducing JavaScript error noises to make it easier to identify high-priority issues.
If you’ve worked with the JavaScript `onerror` event before, you’ve probably come across the following: "Script error." Learn more about what a js scripterror is here.
onerror is a special browser event that fires when JavaScript errors are found. Learn more here about how to capture JavaScript errors with window.onerror.
Today, the code you use to write your application isn’t the same code used to deploy it. Learn more here about using source maps to debug in production.