Operations | Monitoring | ITSM | DevOps | Cloud

Sentry

Top 3 Issue Alert Tips to Stop Noisy Notifications

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 channel into an endless noise feed. I spoke with dozens of Sentry customers in the past 6 months, and something I heard over and over again was “Sentry can get noisy at times” and “There are days I can’t keep up with Sentry notifications because we get so many of them”. Does this sound familiar?

Sentry Performance Issues | Detect N+1 Database Queries

Learn about Sentry's new performance issues feature that detects N+1 queries. These are actual videos submitted by Sentaurs for our monthly Show-N-Tell. We have not edited them except for obscuring personal information that may appear in screenshots. Some videos may include screenshots that contain fictitious usernames or email addresses for illustrative purposes.

How Instacart Rebuilt Their Release Monitoring Workflow

For a company like Instacart, one of the largest grocery delivery services in the US, a single bug in the codebase could impact millions of customers, shoppers, and their orders. When it came to a major release last year, Instacart’s infrastructure engineering team realized their existing workflow for monitoring the health of hundreds of microservices was no longer sustainable. They needed a better way to detect issues in their codebase before they impacted users.

Interval Selector in Sentry Dashboards

Demo of the new time interval selector feature within the Sentry Dashboards tab. These are actual videos submitted by Sentaurs for our monthly Show-N-Tell. We have not edited them except for obscuring personal information that may appear in screenshots. Some videos may include screenshots that contain fictitious usernames or email addresses for illustrative purposes.

Building a Performant iOS Profiler

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. Apple and Google have first party profiling tools, but they are only usable for local debugging during development.

Getting to That Elusive "Inbox Zero" With Custom Alerts and Codeowners

Forethought is a leading AI company providing customer service solutions that transform the customer experience. As a high-growth startup with a fast-expanding engineering org., teams had to deal with compounding complexity, leading to challenges measuring the impact and health of their services. Forethought’s core engineering team maintains common services between other internal teams, infrastructure, data, and tools and, as they added more engineers, the original team split into five.

Unity Performance Testing Tools & Benchmarks

The following guest post addresses how to improve your services’ performance with Sentry and other application profilers for Unity. Learn more about Sentry’s Profiling product or try it out now if you’re already a Sentry user. We’re making intentional investments in performance monitoring to give relevant context to help you solve what’s urgent faster.

Sentry Custom Performance Metrics

This is a demo of Sentry's Custom Performance Metrics and how to query them in both Discover and Dashboard pages. Custom Performance Metrics are measurements attached to Sentry a transaction just like FCP or LCP, but with the major difference being that they're defined by the user rather than Sentry. These are actual videos submitted by Sentaurs for our monthly Show-N-Tell. We have not edited them except for obscuring personal information that may appear in screenshots. Some videos may include screenshots that contain fictitious usernames or email addresses for illustrative purposes.

Unity Exception Handling: A Beginner's Guide

Exceptions are the outcomes you do not usually expect in your application. But as a developer, expecting the unexpected is essential to capture exceptions and handle them appropriately. Exception handling is not only applicable to web development projects but also to Unity applications. This article brings everything you need to know as a beginner to Unity exception handling, including methods to handle exceptions, when to use them, and how to manage exceptions easier using distributed logging.