Skip to main content

Capture exceptions in django management commands into Sentry by Raven

Project description

Capture exceptions in django management commands into Sentry by Raven.

Problem And Solution

Many management commands running in cron and by default errors and exceptions not wrote in logs. Or some people redirect all stdout in file (command >> file.txt) with log rotation or not.

This package make possible capture exceptions (not all stdout/stderr) in your Sentry project.

Installation

  1. Install package:

    $ pip install django-maven

  2. Add django_maven in INSTALLED_APPS.

  3. Use it! ;)

Example Of Usage

It’s simple!

Add maven command by first argument for manage.py in your management command string.

For example, this is command without django-maven:

$ python manage.py rebuild_index –noinput

And command with django-maven:

$ python manage.py maven rebuild_index –noinput

If rebuild_index command raising exception (server die or error creating index) you see their in your Sentry.

The name

django-maven is django Management rAVEN.

Changes

0.2 (2013-07-22)

  • Fix compatable with new Raven config (thanks @mktums)

0.1 (2013-07-17)

Initial release

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-maven-0.2.tar.gz (3.8 kB view details)

Uploaded Source

File details

Details for the file django-maven-0.2.tar.gz.

File metadata

  • Download URL: django-maven-0.2.tar.gz
  • Upload date:
  • Size: 3.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-maven-0.2.tar.gz
Algorithm Hash digest
SHA256 bf41eafc57799dc79866647de6ec598221990231f38047f2c3b0ee659afa26b2
MD5 9719f3776d897fc4eb2739742a247e54
BLAKE2b-256 816fbe99ce5dc71e3cf60eda52988a4d8f0234cd591bd271d88a352fd97a8692

See more details on using hashes here.

Supported by

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