Please turn JavaScript on
Honeybadger Developer Blog icon

Honeybadger Developer Blog

Following Honeybadger Developer Blog's news feed is very easy. Subscribe using the "follow" button on the top right and if you want to, choose the updates by topic or tag.

We will deliver them to your inbox, your phone, or you can use follow.it like your own online RSS reader. You can unsubscribe whenever you want with one click.

Keep up to date with Honeybadger Developer Blog!

Honeybadger Developer Blog: Error Tracking & Application Performance Monitoring Software - Honeybadger

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.09 / day

Message History

Deployment is not the end of shipping your application. From time to time, you will get errors that you will need to attend to. Without a good method of catching errors or logs in general, you could end up with uncaught issues that might cost you valuable customers in the process.

In this article, you will learn how to catch logs for an application deployed on Fly.io. ...


Read full story

Your MCP client doesn’t need your whole API key just to look up an error anymore.

Honeybadger's hosted MCP server now supports OAuth. You can approve it through your browser, scope your permissions, revoke your permissions, and rest easy knowing that our tokens auto-refresh and don’t sit around in a config.

Keep reading to see how it works and get a quick recap ...


Read full story

If you use the Internet, you have surely come across the term Markdown. Markdown is a lightweight markup language that makes it very easy to write formatted content. It was created by John Gruber and Aaron Swartz in 2004. It uses very easy-to-remember syntax and is therefore used by many bloggers and content writers around the world. Even this blog that you a...


Read full story

FastAPI has become one of the most popular web frameworks among Python developers. It's so popular that it often overshadows the technologies it's built on. FastAPI is built on Starlette and Pydantic. Starlette handles the HTTP layer (routing, middleware, WebSockets, the ASGI plumbing) and Pydantic handles data validation. FastAPI is the layer on top that ties them together w...


Read full story