All this and more at the Honeybadger changelog: www.honeybadger.io/changelog/?u...
@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
All this and more at the Honeybadger changelog: www.honeybadger.io/changelog/?u...
An image with what's new at Honeybadger as a title, followed by four bullet points listing pause error recording, apdex scores for Rails, payloads for check-ins, Honeybadger CLI
Too many browser tabs? Stay in your workflow with the Honeybadger CLI.
Debug errors, query logs, and a whole lot more โ without leaving your terminal.
What does @honeybadger.io do?
Find out on our latest ep with founder @bencurtis.com
www.youtube.com/watch?v=XqV1...
open.spotify.com/episode/4KcG...
Honeybadger CLI announcement graphic listing featuresโdirect terminal access, manage errors, query logs, track performanceโwith Homebrew install command: brew install honeybadger-io/tap/honeybadger
Too many browser tabs? Stay in your workflow with the Honeybadger CLI.
Debug errors, query logs, and a whole lot more โ without leaving your terminal.
#DevOps #Observability
On it ๐ค
Your metrics are green. No errors, no downtime, latency looks fine.
Except 22 carts got abandoned last week because checkouts were slow for some users.
Kevin used Claude + Honeybadger's MCP server to find the pattern.
Watch it in action: www.youtube.com/watch?v=hWGk...
#observability #devtools
Your metrics are green. No errors, no downtime, latency looks fine.
Except 22 carts got abandoned last week because checkouts were slow for some users.
Kevin used Claude + Honeybadger's MCP server to find the pattern.
Watch it in action: www.youtube.com/watch?v=hWGk...
#observability #devtools
Heroku's logging system is a window into application behavior, but it can feel mysterious. ๐ฎ
Let's walk through what you need to know about how it works - and integrate it with Honeybadger for real-time analysis and monitoring.
www.honeybadger.io/blog/heroku-...
#Heroku #Logs #Observability
An image depicting a honey badger celebrating two thousand followers for Honeybadger.io on Bluesky.
Heck yeah, 2k Honeybadger followers on bsky. As a bootstrapped company with no outside funding, weโre grateful to everyone whoโs joined us on this journey! ๐ฆ
Errors are inevitable in any software, and FastAPI applications are no exception. Errors disrupt the normal flow of execution, expose sensitive information, and lead to a poor user experience.
Learn how to squash those bugs in FastAPI:
www.honeybadger.io/blog/fastapi...
#Python #FastAPI
A 5-star testimonial about Honeybadger: "The fact that I can, within maybe 30 minutes, get an answer to a support question from someone who's actually working on the product and in many cases one of the cofounders of the company, is straight up ridiculous." โSoftware developer in banking Review from Gartner Peer Insights
With VC-backed tech, their growth metrics come first. With Honeybadger, YOU come first.
We've committed to improving developers' lives - with no outside funds.
Can we make YOUR life better? Connect with our cofounders @bencurtis.com and @joshuawood.honeybadger.io to find out.
#Ruby #Python
Want your AI code assistant to understand your production errors, and even fix them automatically? Our co-founder @joshuawood.honeybadger.io wrote a guide on building a custom GitHub Copilot agent, with MCP server setup and prompt examples.
www.honeybadger.io/blog/copilot...
#GitHubCopilot #MCP
Three screenshots of new Honeybadger Insights features.
The year is young and weโre already shipping new features to enhance Honeybadger Insights. ๐
Insights enables faster, powerful querying with less data ingest so you can learn more from your logs.
Explore these updates on the changelog โ www.honeybadger.io/changelog/?u...
#Ruby #Python
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
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/
Awesome! We have a related blog post coming out soon. ๐
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
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
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
Read our 2025 year in review: www.honeybadger.io/blog/2025-re...
Honeybadger team collage from 2025 conferences featuring team selfies, booth setup with "Application Monitoring for your whole stack" banner, San Francisco Ruby Conference at Gateway Pavilion, group dinner, wooden skate decks with Honeybadger artwork, and "Future Proof Software" presentation backdrop.
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! ๐งก
Thanks so much Travis, thatโs what we love to hear!
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
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.)
Thanks Mike, will do!
I love this article by Felice Forby about how to track Rails/Kamal deployments with @honeybadger.io ๐ฏ
feliceforby.com/posts/honeyb...
A screenshot showing recommended dashboards for a Rails project that also advertises support for Ruby, PHP, Python, and Elixir
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
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
Donโt forget to instrument your turkey for #observability today. ๐
Happy Thanksgiving!
blog.thermoworks.com/accurate-pro...