Honeybadger.io
banner
honeybadger.io
Honeybadger.io
@honeybadger.io
Application monitoring that helps developers move fast and fix things. We're everything you need to keep production happy — and nothing you don't.

👉 https://honeybadger.io

endorsed by jerry july 11, 2025
Reposted by Honeybadger.io
Here's something I cooked up over the weekend: a terminal user interface (TUI) that renders @honeybadger.io observability dashboards from our YAML source format (which we recently made public, more to come on that).

www.honeybadger.io/changelog/in...

#Monitoring #Rust #Ruby #RubyOnRails #Sidekiq
January 15, 2026 at 5:53 PM
Reposted by Honeybadger.io
Did you know that Ruby doesn’t follow semantic versioning? I didn’t, until I wrote this Ruby 4.0 upgrade guide :) www.honeybadger.io/blog/ruby-4/
Everything you need to know about Ruby 4.0
The Ruby 4.0 release is the 30th birthday of the language! Read to understand everything that's changed in Ruby 4, and how to upgrade with the least friction.
www.honeybadger.io
January 14, 2026 at 2:50 AM
Reposted by Honeybadger.io
Finally experimented with some #MCP servers for myself. Mixed results. I feel like this can be useful, but I need to work on my AGENTS.md file. ¯\_(ツ)_/¯

Was for @honeybadger.io which has a great MCP. Shout out to you all 🥳

#code #dev #ai #cursor #linear #honeybadger
January 13, 2026 at 4:56 PM
Ruby 4 is finally out — just in time for Ruby's 30th anniversary. If you're as excited as we are, read out latest article for tips on how to upgrade.

honeybadger.io/blog/ruby-4/...

#Ruby
Everything you need to know about Ruby 4.0
The Ruby 4.0 release marks the 30th birthday of the language! Read on to understand everything that's changed in Ruby 4, and how to upgrade with the least friction.
honeybadger.io
January 14, 2026 at 5:01 PM
Not every Rails developer is familiar with Action Cable, the framework's built-in WebSocket library for real-time features. In this article, you'll see how easy it is to add real-time functionality to a Rails 8 app without Redis.

www.honeybadger.io/blog/action-...

#Ruby #RubyOnRails
January 8, 2026 at 5:02 PM
In 2025, we hit the conference circuit—RailsConf, Laracon, ElixirConf, to name a few.

We shipped smart "Just Enough APM™" dashboards, Insights Alarms, an EU data region, plus integrations with @incident.io, @rootly.com, and more.

Thanks for a great year. See you in 2026! 🧡
December 22, 2025 at 10:54 PM
Thanks so much Travis, that’s what we love to hear!
Just migrated monitoring for two projects (Rails, React) from New Relic to @honeybadger.io. Genuinely delightful experience. Love the lightweight APM and dashboard UI. One of the better onboarding experiences I can remember.
December 20, 2025 at 6:06 PM
Heroku makes sense until your app grows and you hit specific limitations. Many companies use it for years before those constraints become a problem. But when they do, some teams opt for Kubernetes.

We wrote a guide on the tradeoffs:

www.honeybadger.io/blog/heroku-...

#Heroku #Kubernetes #DevOps
Heroku vs. Kubernetes
Compare Heroku and Kubernetes for application deployment. Learn when to choose each platform for application deployment.
www.honeybadger.io
December 16, 2025 at 6:10 PM
Fix production errors with honeybadger-mcp-server and GitHub Copilot agents. (This is a Rails agent, but you could adapt this to your preferred framework/language.)
December 12, 2025 at 4:30 PM
Reposted by Honeybadger.io
ICYMI: Honeybadger now detects your stack and recommends the right dashboards automatically—no special setup required. Try it for free:

www.honeybadger.io/tour/dashboa...

#APM #Ruby #Python #ElixirLang #PHP
December 11, 2025 at 4:40 PM
Integration tests are great at catching the problems you can predict. But the ones you can't? Those show up at 2am.

New on the blog: How Honeybadger complements your Python integration tests by catching what slips through the gaps.

www.honeybadger.io/blog/python-...

#Python #Testing #Monitoring
How to get more from Python integration testing
Guide to python integration testing with examples and tips for getting the most from your tests.
www.honeybadger.io
December 4, 2025 at 6:03 PM
Don’t forget to instrument your turkey for #observability today. 📈

Happy Thanksgiving!

blog.thermoworks.com/accurate-pro...
Proper Probe Placement in Your Turkey
Temperature control is key to cooking a turkey, and it all starts with accurately placing your oven thermometer's probe.
blog.thermoworks.com
November 27, 2025 at 5:03 PM
Reposted by Honeybadger.io
Honeybadger helps you ask questions like "which features have the most unique users?" and get answers from your application data in seconds. Try it for free with 50MB/day ingest included on all plans. 🦃

www.honeybadger.io/tour/logging...

#Monitoring #Logging #Observability
November 25, 2025 at 6:02 PM
Honeybadger helps you ask questions like "which features have the most unique users?" and get answers from your application data in seconds. Try it for free with 50MB/day ingest included on all plans. 🦃

www.honeybadger.io/tour/logging...

#Monitoring #Logging #Observability
November 25, 2025 at 6:02 PM
Reposted by Honeybadger.io
We're doing something a bit different (and cool!) with APM at Honeybadger... Josh writes up some of our thoughts on the blog:
APMs drown you in data you'll never use, yet can't answer questions when production breaks.

Our co-founder Josh explores why—it's not lack of data, it's paying for complexity that doesn't translate to capability.

www.honeybadger.io/blog/apm-par...

#Observability #DevOps #Monitoring
The APM paradox: Too much data, too few answers
Most dev teams don't need 47 dashboards or petabytes of logs—they need answers at 2 AM. Explore the evolution from APM to observability.
www.honeybadger.io
November 14, 2025 at 8:50 PM
Attention #NodeJS developers! 📢

We just updated our comprehensive guide on handling errors in Node.JS. Learn the ins and outs of making your Node.JS apps work like they should.

www.honeybadger.io/blog/errors-...

#ErrorTracking
A comprehensive guide to error handling In Node.js
Errors happen in every application. Devs have to decide: do you write code to handle the error? Suppress it? Notify the user? Report it to the team? In this article, A...
www.honeybadger.io
November 20, 2025 at 4:17 PM
Ever wondered if your Django signup flow actually works end-to-end? Learn how to test complete workflows—authentication, file uploads, external services—using Django's built-in testing framework.

www.honeybadger.io/blog/django-...

#Django #Python #Testing
Django integration testing
Learn how to write Django integration tests for user authentication, workflows, and external services like Cloudinary.
www.honeybadger.io
November 12, 2025 at 11:09 PM
APMs drown you in data you'll never use, yet can't answer questions when production breaks.

Our co-founder Josh explores why—it's not lack of data, it's paying for complexity that doesn't translate to capability.

www.honeybadger.io/blog/apm-par...

#Observability #DevOps #Monitoring
The APM paradox: Too much data, too few answers
Most dev teams don't need 47 dashboards or petabytes of logs—they need answers at 2 AM. Explore the evolution from APM to observability.
www.honeybadger.io
November 6, 2025 at 5:03 PM
Ever wanted an in-depth look at logging in Elixir? Paweł Świątkowski is here with an excellent article with everything you need to know about Elixir's logger module.

www.honeybadger.io/blog/elixir-...

#ElixirLang #Observability
Deep dive into Elixir Logger
Learn about more advanced features of the Elixir Logger module, which can bring your app's observability to the next level.
www.honeybadger.io
November 3, 2025 at 5:05 PM
Reposted by Honeybadger.io
The only thing scarier than errors in your logs is not knowing about them. 👻

Honeybadger turns your cryptic logs into actionable alerts with all the context you need to exorcise those errors fast.

Sleep better knowing we're watching for the things that go bump in your logs.

#Logging #Monitoring
October 31, 2025 at 6:35 PM
Reposted by Honeybadger.io
Happy Halloween! Watch out for zombie processes!
The only thing scarier than errors in your logs is not knowing about them. 👻

Honeybadger turns your cryptic logs into actionable alerts with all the context you need to exorcise those errors fast.

Sleep better knowing we're watching for the things that go bump in your logs.

#Logging #Monitoring
October 31, 2025 at 6:50 PM
The only thing scarier than errors in your logs is not knowing about them. 👻

Honeybadger turns your cryptic logs into actionable alerts with all the context you need to exorcise those errors fast.

Sleep better knowing we're watching for the things that go bump in your logs.

#Logging #Monitoring
October 31, 2025 at 6:35 PM
Ever wanted to deploy more than one web app with Kamal? Jeff Morhous breaks down how Kamal 2 makes it much easier to deploy multiple Rails apps to the same server. Go read about it on the Honeybadger blog!

www.honeybadger.io/blog/new-in-...

#RubyOnRails #Ruby #Kamal #DevOps
Deploying multiple apps with what's new in Kamal 2
Deploying web applications in hard. Learn what's new in Kamal 2 and how to use it to manage multiple apps on a single host.
www.honeybadger.io
October 27, 2025 at 4:05 PM
Reposted by Honeybadger.io
Thanks to @honeybadger.io @joshuawood.honeybadger.io for the helpful post on dynamic exception matchers 🙏🏼 www.honeybadger.io/blog/level-u...
October 24, 2025 at 3:15 AM