Skip to main content

Report Internal Server Errors as Issues

Project description

https://badge.fury.io/py/exreporter.png https://travis-ci.org/vedarthk/exreporter.png?branch=master

Exreporter is an MIT Licensed library, written in Python to report internal server errors and exceptions in background applications to issue trackers such as Github.

This will help in reducing the dependency on error emails for internal server error notifications and to manage them in a single, right place. Reported issues contain everything a developer needs, debugging got a whole lot simpler.

Also it should be easy to use:

from exreporter.credentials import GithubCredentials
from exreporter.stores import GithubStore
from exreporter import ExReporter
gc = GithubCredentials(user="username", repo="repo-name", auth_token="personal-token")
gs = GithubStore(credentials=gc)
reporter = ExReporter(store=gs, labels=['Bug'])

reporter.report()

Features

  • Creates issues in issue trackers

  • Aggregate same kind of issues

  • Handle multiple occurrence

Usage

Usage reference available at https://exreporter.readthedocs.org/en/latest/usage.html

Documentation

Documentation is available at https://exreporter.readthedocs.org/.

TODOS

  1. Add support for Bitbucket

History

0.1.0 (2014-12-11)

  • First release on PyPI.

0.1.1 (2014-12-15)

  • Change development status to Alpha.

  • Also add contrib module - django_middlewares

0.1.2 (2015-04-04)

  • Change public API

  • Refactor github issue search

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

exreporter-0.1.3.tar.gz (15.8 kB view hashes)

Uploaded Source

Supported by

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