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 details)

Uploaded Source

File details

Details for the file exreporter-0.1.3.tar.gz.

File metadata

  • Download URL: exreporter-0.1.3.tar.gz
  • Upload date:
  • Size: 15.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for exreporter-0.1.3.tar.gz
Algorithm Hash digest
SHA256 ead0de1df3a2f9bf6c9fb570070a6e5b3883c6b29e2caaceb4f1b92694272d46
MD5 ccf51dbf0dcc05858d6fd97fd198d525
BLAKE2b-256 ae7197160712112f84fb095fe25c2c6e0d2cc6dc8569b1bec169c0bc1429e346

See more details on using hashes here.

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