Sentry

San Francisco, CA, USA
2011
Mar 2, 2023   |  By Linda Ye
How your code performs isn’t a subjective debate. Well, at least not anymore — in the past few months, Sentry has started telling you exactly what’s slow and where to fix it — specifically, N+1 database queries in your code. While we’ve all had to fix an N+1 problem, performance problems come in multiple flavors. Today, you’ll notice more Performance Issues in your issue feed, Slack alerts, and email notifications.
Mar 2, 2023   |  By Sasha Blumenfeld
The observability landscape - specifically your traditional Application Performance Monitoring (APM) offerings are failing modern-day developers. These legacy tools are made for ops and infra teams to keep their infrastructure and services up and running. But when it comes to helping the people that actually write the code to find and fix latency issues, these tools - which often come with massive price tags - leave developers hunting for issues causing slowdowns.
Feb 28, 2023   |  By Justin Duke
I, like many of you no doubt reading this, am an engineer with very strong opinions on how software should work. I am not interested in moving fast and breaking things; I am not interested in changing the world. I am interested in building pleasant, ergonomic software and charging money for it. My company, Buttondown, was born from that ethos.
Feb 25, 2023   |  By Steven Eubank
A Sentaur who uses Sentry to build Sentry wanted to know where a specific service associated with an issue was being hosted in our cloud environment. This prompted us to create a new cloud data gathering feature for our Python SDK, which is available to everyone now, and not just Sentaurs.
Feb 23, 2023   |  By Priscila Oliveira
At Sentry, we practice continuous delivery, which means that code can be released as soon as it’s merged into the main branch. This allows us to iterate quickly on our product, making new features, bug fixes, configuration changes, and experiments available in production as frequently as possible. We merge over 700 pull requests a month.
Feb 22, 2023   |  By Sasha Blumenfeld
As an open source company that grew out of a side project in 2008 to an application and performance monitoring platform (APM) used by over 3.5 million developers, Sentry is committed to open source and the community of developers maintaining and building in the open. Similarly, we take a public approach to building our software, which is why it’s a natural extension of our values to announce our support for OpenTelemetry (or OTel), the leading open standard for observability.
Feb 21, 2023   |  By Steven Eubank
Third-party JavaScript libraries provide developers with the tools they need to build modern web experiences, and a bit of cheatcode at times to not have to start from scratch. I mean, you don’t want to build an entire monitoring solution, so we help with Sentry’s Next.js SDK that only requires a couple of lines of code.
Feb 16, 2023   |  By Angela Jiang
You know that annoying bug? The one that doesn’t show up locally? And no matter how many times you try to recreate the environment you can’t reproduce it? You’ve gone through the breadcrumbs, read through the stack trace, and are now playing detective to piece together support tickets to make sure it’s real. To get to the root cause faster - without rolling your head on your keyboard - we built Session Replay, now generally available for all web-based platforms.
Feb 8, 2023   |  By Indragie Karunaratne
A couple months ago, we launched Profiling in alpha for users on Python and Node.js SDKs — today, we’re moving Profiling for Python and Node.js to beta. Profiling is free to use while in beta — more updates to come when we near GA. Profiling is a critical tool for helping catch performance bottlenecks in your code. Sentry’s profiler gets you down to the exact file/line number in your code that is causing a slow-running query.
Feb 7, 2023   |  By Shana Matthews
The performance of your app matters. From ensuring a good user experience to retaining users, performance makes a difference in your app’s success. Using the right tools can make it easier to ensure your code is meeting your performance goals, before you have to switch to a bigger EC2 instance or users start complaining. One of the best tools in a developer’s toolbox for ensuring good performance is profiling.
Mar 16, 2023   |  By Sentry
To eliminate hours of manual triage and analysis for your code performance degradations, join the engineers who are building Sentry’s performance product, Alex and George, as they share how to use Sentry to see and solve your critical app performance issues immediately. During this livestream, the team will dive into Sentry Performance Issues – which tells you exactly what’s slow in your code – so you can take action and solve latency problems without combing through dashboards and playing guess-a-span.
Mar 16, 2023   |  By Sentry
Building high quality, performant mobile apps is difficult. Device fragmentation, multiple platforms, and fast changing trends present many challenges. Learn how Julius Skripkauskas from Riot Games and Walt Leung from Nextdoor tackle these challenges to build better mobile apps.
Mar 11, 2023   |  By Sentry
We’ve released new Performance Issues for Frontend, Backend, and Mobile recently. N+1 API Calls, Large Render-blocking Assets, and Slow Database Queries are just a few of them. If you want to learn more, you can register for our upcoming Performance Issues AMA where you can talk with the engineers who built our performance product: .
Mar 7, 2023   |  By Sentry
Session Replay provides video-like reproductions of user sessions on your web application so you can see exactly what the user experienced leading up to an error or performance issue, helping you triage and resolve difficult-to-reproduce problems faster.
Mar 1, 2023   |  By Sentry
Jetpack Compose – Android’s recommended, modern toolkit for building native UI – can simplify and accelerate UI development. But, it does present a learning curve, especially if you are new to declarative UI frameworks. Join our AMA to learn more about getting started with Jetpack Compose. Our engineers will share best practices, as well as demonstrate how Sentry can help you understand and fix any issues affecting the performance of your mobile application.
Feb 27, 2023   |  By Sentry
OpenTelemetry data looks better in Sentry. Learn how to bring your OTel data into Sentry with our SDKs.
Feb 25, 2023   |  By Sentry
OpenTelemetry data looks better in Sentry. Learn how to bring your OTel data into Sentry with our SDKs.
Feb 20, 2023   |  By Sentry
Are you scared of deploying on a Friday afternoon? Let’s see if mutation testing can help you keep away the weekend scaries. For this Snack of the Week, Tom from the Sentry dev rel team explains how mutation testing works and how it can help you write better tests.
Feb 11, 2023   |  By Sentry
Have you struggled with bugs and issues in your codebase? Ever thought of using code coverage? For this Snack of the Week, Tom from the Sentry dev rel team explores how code coverage can help you uncover bugs and de-risk code changes.

Open-source error tracking that helps developers monitor and fix crashes in real time. Iterate continuously. Boost efficiency. Improve user experience.

Sentry provides open source error tracking that gives you insight into every crash in your stack as it happens, with the details needed to prioritize, identify, reproduce, and fix each issue. Sentry supports all popular languages and platforms, and offers a perspective that enables you to see which errors are doing the most harm to your business and help you understand how issues affect your bottom line.

Find out about exceptions right away. Set up Sentry in minutes with just a few lines of code. Get notifications via email, SMS, or chat as part of an existing workflow when errors occur or resurface.

Quickly find and fix production errors. Triage, reproduce, and resolve errors with max efficiency and visibility. Exception handling with Sentry helps developers build better apps and iterate faster.

See the impact of each release. Integrate error tracking with your commit and deploy workflows. Aggregate events to see where bugs happen, how often, and who's affected before users even notice.

Error tracking built for community. Sentry started as and remains a 100% open-source project, now delivered as a hosted service. Development aligns to security, observability, and production at scale.

Users and logs provide clues. Sentry provides answers.