Operations | Monitoring | ITSM | DevOps | Cloud

Four ways to spend less time (and budget) fixing your application bugs.

Finding and fixing bugs is a critical part of the development process, both in development and production, but is it possible to be more effective in less time? A poll of thousands of software industry members conducted by Stripe revealed that the average software development team spends up to 42% (Stripe/Harris) of their time on tasks in service of fixing bugs. That's almost half of all developer time spent maintaining old code instead of writing new code.

How to handle Android exceptions and avoid application crashes

Let’s start by stating the obvious: an exception is a problem that occurs during the runtime of a program which disrupts its conventional flow and exception handling is the process of responding to an exception. In Android, not handling an exception will lead to your application crashing and you seeing the dreaded “App keeps stopping” dialog. This makes handling exceptions incredibly important, and let’s face it: no one is going to use an app that continually crashes.

Crash Reporting & Real User Monitoring for React applications

In this blog post, I’m going to talk about how to integrate Raygun4JS with React at a deeper level than what is provided out-of-the-box. None of these things are needed for Raygun4JS to do its primary job (reporting errors that happen on your website) but provide useful extra value for determining how your React application is performing and what is going wrong when an error occurs.

RUM now offers React Native Crash Reporting and Error Tracking

React Native has become the predominant development framework for cross-platform mobile applications. By interacting with native APIs largely under the hood and requiring only a fractional proportion of platform-specific code, it allows you to build applications for iOS, Android, and the browser using the same declarative JavaScript. But this cross-platform adaptability has its downsides.

15 best iOS crash reporting tools for 2023

Picking the best iOS crash reporting tools available in 2023 is a tall order. The market has continued to get more competitive, and a best-in-breed tool needs to monitor crashes, generate crash reports, filter and group errors, plus perform other tasks on top. In this article, we’ve collected the 15 best iOS crash reporting tools to help you make the right decision for your particular requirements.

Search all apps - understand the impact of an error across your entire tech stack

One of the most requested features for Crash Reporting has been the ability to perform a search across all of your applications rather than by one application at a time (the default behavior). It’s not hard to see why it’s a popular feature request - rather than manually performing the same search across many applications, it would be super handy to perform one search and understand the impact of the search results across all of your applications immediately.

Crash Course in Crash Grouping

Supporting large applications with enormous crash volumes can be a real pain in the hindquarters. It is extraordinarily difficult for organizations to optimally dispatch engineering resources without excellent data and proper tooling. At BugSplat, we recently upgraded the tooling we provide to developers so that they can group related crashes and better target their support efforts, deliver more stable applications, and deliver more value to their customers.

Sponsored Post

Build more resilient mobile apps with Flutter Crash Reporting

Powered by the Dart language, Flutter is one of the fastest-growing cross-platform programming frameworks in the world. Since its release in 2017 it has been empowering developers to build mobile apps that work seamlessly across iOS and Android with a single code-base. If you're a Flutter developer, you'll already know the importance of building better quality software, faster - after all, it was made for that very reason. That's why today, Raygun is proud to bring you Flutter support Crash Reporting. This highly requested release gives you complete visibility into the health of your Flutter applications, with rich diagnostics that take you to the root cause of errors and crashes.

6 Rollbar Alternatives to Consider in 2021

Error-free apps are envied by all software teams today. But building and maintaining such an app is not as easy as it looks. You need to constantly keep a check on your app to see when it faces exceptions or errors. This is why we have so many error tracking tools in the current market. Rollbar is a popular error monitoring tool used for tracking and fixing all types of bugs and errors in modern applications. However, it has shortcomings too.