{"categories":[{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/4"}],"enrichment":{"capability":"Honeybadger captures uncaught exceptions in Python applications and sends them to the Honeybadger error-monitoring service, with built-in support for Django, Flask, AWS Lambda, ASGI, and FastAPI.","skillfed_tags":["error-tracking","django-flask","serverless"],"use_cases":["Monitor production Django or Flask applications for uncaught exceptions and receive alerts when errors occur.","Track errors in serverless AWS Lambda functions without manual exception handling in every handler.","Centralize error reporting across multiple ASGI-based services (FastAPI, Starlette) with a single middleware.","Automatically capture request context (URL, parameters, headers, session) alongside exception data for faster debugging.","Suppress error reporting in development environments while enabling it selectively in staging or production."],"what_it_does":"Honeybadger is a Python error-monitoring client that automatically captures uncaught exceptions and sends them to Honeybadger's hosted service for centralized error tracking and alerting. It integrates directly into popular web frameworks\u2014Django via middleware, Flask via an extension, and ASGI-based frameworks like FastAPI\u2014as well as AWS Lambda functions, with minimal configuration required beyond providing an API key.\n\nThe package enriches error reports with framework-specific context: for Django and Flask, it includes request details like URL, parameters, headers, and session data; for Lambda, it auto-detects the environment; for ASGI applications, it wraps the middleware stack. By default, it skips reporting in development and test environments, reducing noise during local development. Configuration is environment-variable-driven or framework-specific (Django settings, Flask config), making it straightforward to deploy across different environments.","worth_installing":"Yes, if you need centralized error monitoring for a Django, Flask, or ASGI-based Python application and are willing to use the Honeybadger service. The package is actively maintained, has low install friction, uses a permissive license, and integrates cleanly with common frameworks. No security vulnerabilities are known. Install only if you have a Honeybadger account and API key."},"id":"honeybadger","links":{"html":"https://skillfed.io/packages/honeybadger","md":"https://skillfed.io/packages/honeybadger.md","pypi":"https://pypi.org/project/honeybadger/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-21","license_spdx":null,"license_treatment":"permissive","name":"honeybadger","python_support":"unspecified","summary":"Send Python and Django errors to Honeybadger"},"popularity":{"monthly_downloads":190905,"position":9898,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
