How to identify fetch waterfalls in React
Fetch Waterfalls are scenarios where multiple requests are invoked in a sequential manner, not in parallel. This leads to some serious performance degradation.…
Fetch Waterfalls are scenarios where multiple requests are invoked in a sequential manner, not in parallel. This leads to some serious performance degradation.…
Get to the root cause of mobile crashes by seeing video-like reproductions of user interactions with Session Replay on your app. Learn how to get started here.
As a developer, what should your reaction be when someone says your website is slow to load? As long as you don’t say, “I just let my users deal with it”,…
This post will outline learnings the Sentry SDK team had from releasing v8 of the JavaScript SDKs.
View detailed insights into common backend building blocks, including caches, queues, queries & external requests with Insights. Learn how to get started here.
The internet is basically just a bunch of websites calling each other. You make a call to some service, that service calls you back, and then that service goes…
The data you need to monitor AI-powered applications differs from other parts of your tech stack. Whether you need to debug an error, improve performance, or…
How we completed a huge refactoring of a software used by thousands of developers without breaking things.
You’re seeing an unusually high number of 429 status codes, but your monitoring solution can’t tell you much beyond that. Typically, that’s when you start…
A complete guide to Python logging: setup, best practices, & troubleshooting tips to help streamline your Python development & improve app performance.
Largest Contentful Paint (LCP) is a Core Web Vital (CWV) metric that marks the point in the page load timeline where the main page content has likely finished…
“Hey, can you give me the steps to repro?” After today, I’m happy to say I never need to ask this question again. Let me tell you what and how I discovered probably the most wonderful feature ever made: Session Replay.
Cross-region replication is a foundational subsystem in multi-region Sentry. This post explores our design process.
As first announced during Sentry Launch Week, we have been working on shipping a major release of our JavaScript SDKs. This update makes getting started with…
Google Lighthouse has been one of the most effective ways to gamify and promote web page performance among developers. Using Lighthouse, we can assess web…