What if I called FLUSHALL on your Redis instance? 😱
Redis makes it dead-simple to delete all your data with a single FLUSHALL command entered in the wrong console. Learn how to prevent that from happening.
Redis makes it dead-simple to delete all your data with a single FLUSHALL command entered in the wrong console. Learn how to prevent that from happening.
We added a useful debugging tool called Breadcrumbs. Check them out, and perhaps you will never need a random debug log in production ever again.
In this article, I'm going to tell you about our migration from PJAX to Turbolinks. The good news is that Turbolinks works surprisingly well out-of-the-box. The only tricky thing about it is making it work with your JavaScript. By the end of this article I hope you'll have a good idea of how to do that.
Most people consider timeouts to be a kind of error, so it'd be nice to have them reported by Honeybadger like any other errors. This article will show you how to set that up.
Alongside introducing new security features like Two-Factor Authentication (2FA) and integration with haveibeenpwned.com, we also take a quick look into the inner workings of Two-Factor Authentication.
Honeybadger and Slack have partnered up again and have been hard at work pushing error monitoring to the limit. Why? Because bugs and exceptions don't rest, and neither do Honeybadger and Slack. We’ve rebuilt the Slack integration.
Because Ruby is an object-oriented language, we tend to model the world as a set of objects. We say that two integers (x and y) are a Point, and a Line has two of them. While this approach is often useful, it has one big problem...
While brushing up on Elixir for our company hackathon, I discovered that it's way of resolving modules is a little strange. In this post I dive into the strangeness to reveal the underlying mechanisms.
Stop the presses! We've just added a small but really cool new feature to your Honeybadger account: search key autocomplete.
You've got bugs, but they're hiding inside your minified JavaScript. Source
maps are the key to finding them. Unfortunately, they can be difficult to set
up. Luckily, you're a flippin' Honeybadger. We've got your back with the
documentation and tools you need swat those bugs.