Setting up Sentry Alerts based on an issue’s level is one of the most effective ways to filter out noisy notifications and receive notifications for high priority errors. Follow along to this demo to see how.
Want to know when a new issue in Sentry starts to become a problem? Learn how the New Issue Alert Rule can help you prioritize new errors that need your attention. Follow along to this demo to see how.
Breadcrumbs provide rich context about what steps your application and user took prior to an error. As this information isn’t captured in the stack trace, Breadcrumbs can be a game-changer for debugging your application.
Sentry now automatically monitors your top endpoints and functions for significant regressions. And alerts you when - and where - there’s a sudden slowdown. Check out how we resolved a specific regression that increased 3000%.
Learn how to install the Sentry JavaScript SDK for your next JavaScript project in under 60 seconds. Sentry is the #1 developer APM tool that over 4 million developers use to get the code-level insights they need to quickly identify & fix errors across their stack.
Learn how to install the Sentry Node SDK for your next Node project in under 60 seconds. Sentry is the #1 developer application performance monitoring tool that 4 million+ developers use to get code-level insights to find and fix errors across their stack, fast.
You’ve just landed on a web page and you try to click a certain element, but just before you do, an ad loads on top of it and you end up clicking that thing instead. That…that’s a layout shift. Everyone, developers and users alike, know that layout shifts are bad. And the later they happen, the more disruptive they are to users. In this workshop we’re going to look into how web fonts cause layout shifts and explore a few strategies of loading web fonts without causing big layout shifts.