How Sentry uncovered an N+1 issue in djangoproject.com
Sentry recently launched Performance Issues, a feature to help developers discover and fix common performance problems in their projects. We tested this…
Sentry recently launched Performance Issues, a feature to help developers discover and fix common performance problems in their projects. We tested this…
This content is out of date Since this blog post has been published we’ve evolved the feature to reduce complexity of configuration and automatically store the…
Sentry is an Open Source-aligned company, and it’s important to us to financially support our non-commercial colleagues in the community as we continue to…
In the first three parts of this series around improving performance in your Django applications, we focused on database, code optimization, and frontend…
Sentry Alerts ping you on Slack, Microsoft Teams, or Pager Duty when something goes needs your attention. However, too many alerts can turn your notification…
Profilers measure the performance of a program at runtime by adding instrumentation to collect information about the frequency and duration of function calls. They are crucial tools for understanding the real-world performance characteristics of code and are often the first step in optimizing a program. In this post, we’ll walk through how we built Sentry’s iOS profiler, which is capable of collecting high quality profiling data from real user devices in production with minimal overhead.
Here is a quick overview of profilers, and a deep dive into how we built the Sentry iOS profiler that has low enough overhead that it could run in production apps with minimal impact to user experience.
🎃 Spooky Season means Hacktoberfest is here! 👻 Hacktoberfest is less spooky and more exciting for us here at Sentry. If you're new to Hacktoberfest, our…
"I had to be able to balance my engineers’ time between fixing bugs and building new features, for that to happen we needed a solution that helped us stay on top of our backlog."
The following guest post addresses how to improve your services’ performance with Sentry and other application profilers for Unity. Learn more about Sentry's…
The following guest post addresses how to improve your services’s performance with Sentry and other application profilers for Python. Check out this post to…
As a beginner, it’s important to learn how to manage Unity exceptions effectively. Learn more here about Unity exception handling.
This content is out of date Since this blog post has been published we’ve evolved the feature to reduce complexity of configuration and automatically store the…
Thanks to the power of open source tooling and cloud services, shipping an application to production has never been that easy, In this blog post, we are going…
Sentry has made it a priority to support frontend JavaScript developers, regardless of the framework they use. This is why we have SDKs for React, Angular,…