errors

Error tracking with Vue.js

August 8, 2018

We’ll show you how to add error handling in a Vue application to capture caught and uncaught errors. This gives you an opportunity to recover and update what’s presented to the user, as well as track the error to prioritize fixes.

Continue reading

Top 10 PHP errors from 1,000+ projects (and how to avoid them)

July 29, 2018

To give back to our community of developers, we looked at our database of thousands of projects and found the top 10 errors in PHP apps. We’re going to show you what causes them and how to prevent them. Avoiding these “gotchas” will make you a better developer.

Continue reading

Error monitoring in Golang

July 2, 2018

If you’re used to languages like Java or Javascript, then Go’s way of handling errors will be new to you. We will give a brief introduction on how error handling works in Go, then cover how you can monitor errors in production apps.

Continue reading

Tracking errors after deployments with Rollbar and CircleCI

June 21, 2018

Rollbar integrates with your CI/CD system to track when deployments are promoted to production. When an error occurs, it looks up the deployed version in GitHub. You’ll be able to see the code changes that caused the error in just a few clicks.

Continue reading

Errors on the world’s top 100 websites and how to avoid them

June 12, 2018

Even the most popular sites in the world have errors hidden behind the scenes. If errors happen on these popular sites, it can happen on your company’s website too. We’ll show you the most common errors and how to avoid them.

Continue reading

Monitoring Errors in Android Apps

June 8, 2018

When developing mobile apps it’s important to monitor errors so that you can understand your user’s experience. Rollbar’s Android SDK lets you track and analyze errors that happen in your Android native applications, and even trace problems to backend services and third party APIs.

Continue reading

Top 10 errors from 1000+ Ruby on Rails projects (and how to avoid them)

April 18, 2018

To give back to our community of developers, we looked at our database of thousands of projects and found the top 10 errors in Ruby on Rails projects. We’re going to show you what causes them and how to prevent them from happening. If you avoid these “gotchas,” it’ll make you a better developer.

Continue reading

5 Surprising and Sneaky Ways Errors Impact Your Business

April 16, 2018

Every app is imperfect and generates errors, but do you know how errors affect your users and business? Here are five ways errors affect your business in surprising ways and how you can advocate to management about the importance of fixing them.

Continue reading

Error monitoring in ASP.NET MVC

March 7, 2018

ASP.NET MVC is a modern web development framework that combines the features of MVC (Model-View-Controller) architecture for better separation of concerns and the best parts of the ASP.NET platform. We’ll show you an example of how to catch errors and exceptions in ASP.NET MVC using a global action filter.

Continue reading

Top 10 JavaScript errors from 1000+ projects (and how to avoid them)

January 24, 2018

To give back to our community of developers, we looked at our database of thousands of projects and found the top 10 errors in JavaScript. We’re going to show you what causes them and how to prevent them from happening. If you avoid these “gotchas,” it’ll make you a better developer.

Continue reading