How to Surface Relevant Performance Data
Your applications most likely consist of multiple components. These components could be written in different languages, with each individually instrumented…
Your applications most likely consist of multiple components. These components could be written in different languages, with each individually instrumented…
As most developers know, alert-fatigue is real, and the last thing you want is another feed of notifications. Read on to learn how the new Alert Details view…
In this post, Dennis Gurock of Testmo walks through how his team uses Sentry to identify errors during beta tests.
This article walks through performance improvements focused on the build system, configuration changes, and more.
With 150+ engineers shipping new features daily, 8 automatic deployments running at the top of every hour and teams regularly pushing new code, tuning out the noise takes on a whole new meaning.
In this article, we are going to walk through adding a new scene, two important components (Rigid 2D and Box Collider 2D), how to destroy a game object, prefab, and how to instantiate a prefab.
Event ingestion is one of the most mission-critical components at Sentry, so it’s only natural that we constantly strive to improve its scalability and efficiency. In this blog post, we want to share our journey of designing and building a distributed ingestion infrastructure—Sentry Points of Presence— that handles billions of events per day and helps thousands of organizations see what actually matters and solve critical issues quickly.
Event ingestion is one of the most mission-critical components at Sentry, so it’s only natural that we constantly strive to improve its scalability and…
Developers work tirelessly to publish updates to improve their products and services because, as we all know, a better user experience = happier customers.…
After wrapping up their fall and winter internships at Sentry, David Wang and Leander Rodrigues knew that this was where they wanted to kick off their careers,…
For those who aren’t that familiar with it, Electron is an open-source framework that allows developers to build cross-platform desktop applications in…
This step-by-step walkthrough of Unity's platform will help beginners navigate platform basics, with screenshots to assist.
While all beginning Python developers will probably start coding using Python’s Integrated Development and Learning Environment (IDLE), it won’t take long before they realize this approach has its limits. Most will look to tools that help them more efficiently build code.
If uptime is a core tenet of your business success, unreported issues and users moving on to the next best thing isn't an option. Take San Francisco-based Arcade for example.
We develop an analytics HTTP API in Python. This is how we discover what to improve to serve requests faster.