Skip to main content

Show blame in a exception.

Project description

django-exception-blame
======================

A django middleware for exception blaming

## Overview

Basically it looks in the exception traceback and search for the line number of the first file of your reopsitory that raised the exception. It uses git to blame the author of that file and line number, then adds the info to the request metadata with key `BLAMED_DEVELOPER`.

Only for use with `DEBUG=True`

## Installation

Install using `pip`

pip install django-exception-blame

## Configuration

Add the following to your `settings.py` module:

Add the middleware to your `MIDDLEWARE_CLASSES` setting

MIDDLEWARE_CLASSES = [
...
'exceptionblame.middleware.ExceptionBlameMiddleware',
]

Configure the repository root.

EXCEPTION_BLAME = {
'REPO_DIR': '/your/repository/dir'
}

## License

This project is licensed under the MIT License - see the `LICENSE` file for details

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-exception-blame-0.1.1.tar.gz (3.1 kB view details)

Uploaded Source

File details

Details for the file django-exception-blame-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-exception-blame-0.1.1.tar.gz
Algorithm Hash digest
SHA256 6b288558b8a5f6536c40a213c82c157b0a338c277c4cacd48c71137f60ce758f
MD5 ec4aaa70b9877751ff9c6f3cd81d7c0d
BLAKE2b-256 4b6270f78bd708d3340721819dbe75bbb4d8ccdc76ea6f9112395941e649b68d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page