Skip to main content

Added niceness for railsy tracebacks in Sentry

Project description

# Sentry Cardinal

This extension to [Sentry](https://github.com/dcramer/sentry) adds a little
spice when dealing with longwinded tracebacks (such as those generated by Rails
applications).

## Features
### Filtered Tracebacks
Traceback frames may be annotated with a `context_type`. By default, only
frames with a `context_type` of 'application' will be shown, but you can
easily toggle to show the full or framework tracebacks.

### Grouping of exceptions by a `cleaned_function` name
Frameworks like rails that dynamically create functions sometimes create
function names that differ, but are functionally identical. In these cases,
the client may want to specify a `cleaned_function` attribute for a frame that
will be used to compute the message's group rather than the `function`
attribute.

## Usage
Add `sentry_cardinal` to sentry's `INSTALLED_APPS`. You will need to configure
your client to send stack traces with the interface
`sentry_cardinal.interfaces.Stacktrace` instead of the usual
`sentry.interfaces.Stacktrace`.

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

sentry-cardinal-0.1.0-1.tar.gz (4.0 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