Honeybadger brings your logs into the same place as your errors and performance data so that you can connect the dots faster. It's logging that actually helps you fix things. #Observability
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
Even Ruby creator Matz is coding with AI now. Our cofounder @bencurtis.com caught Matz’s keynote at RubyConf last month and returned with three takeaways. What do y’all think? Where is Ruby heading next? #RubyConf #Ruby
"Starlette vs FastAPI" is the wrong framing. One is built on the other. 🏗️ Here's what FastAPI actually adds on top of Starlette and Pydantic, and the handful of cases where you're better off dropping down a layer. www.honeybadger.io/blog/starlet... #Python #FastAPI
Starlette vs FastAPI: what FastAPI actually adds
FastAPI is built on Starlette, but what's the real difference? Learn what FastAPI adds on top, what comes from Starlette, and when to drop down.
honeybadger.io
A good status page builds trust before your app breaks, and calms everyone down if (and when) it does. 😎 Check out these 10 status pages we love, and then learn how to build your own status page in Honeybadger. www.honeybadger.io/blog/status-... #DevOps
Great status page examples and how to make yours as good.
A status page guide, showing what a status page should include and explaining how to create your own, along with 10 great status page examples.
honeybadger.io
Over the last month, we've shipped several updates to make your day-to-day work lives a little smoother. 😎 Read about it in the changelog!
Our dashboards now support parameterized queries! They’re very useful when you want to filter a system dashboard by a specific server or hostname. You can even set parameters to individual customer IDs. Watch the video to see them in action! youtu.be/yS2QUHMiEV8?... #DevOps
Honeybadger Insights Parameterized Queries
YouTube video by Honeybadger
youtu.be
We love the new Ruby Users Forum so much that we just became a founding sponsor. 😍 Ruby Users Forum founder @jvrc.ca saw that Ruby didn't have an independent standalone forum, so he built one. If you're a Rubyist, go check it out: rubyforum.org #Ruby
Next.js gives developers a structured way to handle errors at every level of an application, but you need to know how to use it. Learn how to manage expected errors, catch uncaught exceptions, and set up automatic error reporting. www.honeybadger.io/blog/next-js... #JavaScript #NextJS
Next.js error handling: a practical guide
Learn how to handle expected errors and uncaught exceptions in Next.js using error boundaries, Server Actions, and Honeybadger for production monitoring
honeybadger.io
When production breaks, you need answers. That's why our co-founders @bencurtis.com and @joshuawood.honeybadger.io built Honeybadger to help you move fast and fix things. That’s also why they still talk directly to our customers. If something's not working with your current setup, tell us.
Do you need a full framework like Next.js, or is React enough on its own? Here's how to pick the right one for your project: www.honeybadger.io/blog/next-js... #JavaScript #ReactJS #Nextjs
Next.js vs React: What's the difference?
Compare Next.js vs React to understand differences in rendering, routing, architecture, and use cases for building modern web applications.
honeybadger.io
Want to pay less for monitoring? Tell a friend about Honeybadger. You get 20% of their bill as credits — they get a tool that doesn't suck. Everybody wins. Find your referral link under Settings & billing → Referrals. #devtools #monitoring
SIEM alerts help you detect suspicious behavior before it becomes a breach. But security monitoring can turn into alert fatigue and missed threats without the right approach. Learn how to design effective SIEM alerts and implement real-time security monitoring.
SIEM alerts: everything you need to know
SIEM alerts help you detect suspicious behavior before it becomes a breach. But security monitoring can quickly turn into noisy dashboards and missed threats wi...
honeybadger.io
With DeployHQ’s new integration, every deploy gets pushed into Honeybadger with its commit data, so when something breaks, you’ll see what changed, when it shipped, and who shipped it. Here’s how to use it → www.deployhq.com/blog/honeyba... @deployhq.com
Tie every Honeybadger error to the DeployHQ deploy that caused it
Every error in Honeybadger should tell you which DeployHQ release caused it. Wire deploy markers, regression detection, and one-click rollback.
deployhq.com
It's changelog day! Here's what's new at Honeybadger: - Subscribe & bill through AWS Marketplace - Switch authenticator apps without disabling 2FA first - Structured logging for Go - GitHub issues from errors now support issue types #devops
Gophers, rejoice! You can now turn raw data from your Go apps into action using Honeybadger Insights. 🔎 Uncover hidden trends. 📉 Transform queries into charts. 💸 Pay less thanks to lower ingest. Install the latest Go package and navigate to the Insights tab to start. #golang
Errors in Python can arise from invalid syntax, unexpected issues during execution, system issues, or flaws in program logic. Learn about the different types of Python errors and practical ways to identify and avoid them to build more reliable programs. #Python
Errors in Python: Types, Causes, and Examples
Learn the different types of errors in Python. Discover practical ways to identify and avoid these errors to write more reliable Python code.
honeybadger.io
Choosing between Heroku's streamlined platform and AWS's infrastructure control shapes everything from deployment to scaling. Our latest article breaks down the architecture, tradeoffs, and costs to help engineers make the right choice. www.honeybadger.io/blog/heroku-... #AWS #Heroku
Heroku vs AWS
Compare Heroku and AWS for application hosting. Learn about workflows and when to choose PaaS simplicity versus IaaS flexibility for your infrastructure needs.
honeybadger.io
ClickFunnels ditched BugSnag for Honeybadger and snagged lower costs, faster fixes, and more shipping. 💪
Here’s a preview of what we updated last month. As always, you can get more info in the Changelog. ⚙️ Status pages can be hosted at an apex domain. ⚙️ Automatic System dashboard for CLI users. ⚙️ Project environments get their own settings page. ⚙️ New Active Job dashboard for Rails. #RubyOnRails
Heroku and Vercel solve different problems. Before you pick one, it's worth understanding the architectural tradeoffs—especially how costs scale as your app grows. Here’s how to think through it: www.honeybadger.io/blog/heroku-... #Heroku #Vercel
Heroku vs Vercel
Compare Heroku vs Vercel to understand differences in architecture, deployment workflows, pricing, security, and use cases for applications.
honeybadger.io
HTTP wasn't built for chat. Here's how to add real-time messaging to your Django app using Django Channels and WebSockets. www.honeybadger.io/blog/django-... #Django #Python
Building a Django Chat App with WebSockets
Building stateful web applications can be tricky, unless you use a framework, of course. Django to the rescue! In this article, learn how to build a Djano chat...
honeybadger.io
I added "Copy page" and "View Markdown" actions to our @honeybadger.io docs. It re-renders the source markdown and converts relative links, images, and inline HTML/MDX/etc. Works well! Example: docs.honeybadger.io/guides/insig...
Here's the PR if you want a look behind the scenes: github.com/honeybadger-...
Add one-shot CLI installation bash script by stympy · Pull Request #21 · honeybadger-io/cli
Add install.sh that allows users to install the Honeybadger CLI with a single curl command. The script: Detects OS (Linux/macOS) and architecture (x86_64/arm64) Downloads the appropriate release f...
github.com
This was a fun collaboration with @excid3.com and can't wait for the features it will unlock at @hatchbox.io 🤘
I just added a one-shot script to install the Honeybadger CLI and a systemd service to get host metrics (CPU, RAM, and disk) sent to Insights: github.com/honeybadger-...
I just added a one-shot script to install the Honeybadger CLI and a systemd service to get host metrics (CPU, RAM, and disk) sent to Insights: github.com/honeybadger-...
GitHub - honeybadger-io/cli: Official CLI for interacting with the Honeybadger API
Official CLI for interacting with the Honeybadger API - honeybadger-io/cli
github.com
At some point, logs stop being enough. Whether you're evaluating an observability platform for the first time or reconsidering your current tools, there's a lot to think about. We broke down six of the best options so you can make the right call: www.honeybadger.io/blog/observa...
The best observability platforms for developers
Comparing the top observability platforms for developers: what they cost, what they're good at, and when they make sense for your team.
honeybadger.io
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...
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