Giter VIP home page Giter VIP logo

sentry-pushover's Introduction

Sentry-Pushover

DEPRECATED: This project now lives in sentry-plugins

A Sentry plugin that sends notifications to a Pushover.

Installation

sentry-pushover is available via PyPI, the python package index.

To install simple type pip install https://github.com/getsentry/sentry-pushover/archive/master.zip.

sentry-pushover's People

Contributors

dcramer avatar mitsuhiko avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sentry-pushover's Issues

Improve pushover message content

Via support channels:

Your message template for Twilio notifications is so perfect, because it's
Sentry [{site-name}] {LEVEL}: {User-defined blame message}

So, since Pushover is cheaper than Twilio, and a more customizable tool that has room for more characters, I was really surprised when I switched to that integration and the template was totally different, and unfortunately, useless for me because it doesn't contain my blame message:

{site-name}: {url}
Tags: {tags}

Is there any way I could customize the integration message template? Or have it be the same for Pushover as it is for Twilio?

Testing sentry pushover integration fails because of priority parameter

I'm receiving the following error message along with a 400 code when testing pushover integration:

u'{"priority":"is invalid, can only be -2, -1, 0, 1, or 2","errors":["priority is invalid"],"status":0,"request":"..."}'

The request parameters:

data = {
'message': 
u'Tags: browser=Chrome 28.0, device=Other, environment=production, level=error, os=Windows 8, sentry:user=id:..., url=http://example.com/foo
'
, 
'priority': False, 
'title': u'Crash Processing Android: raven.scripts.runner in main', 
'token': u'...', 
'url': '...', 
'url_title': 'Details', 
'user': u'...'
}

sentry_pushover/plugin.py in notify at line 107:

rv = safe_urlopen('https://api.pushover.net/1/messages.json',
                          data=data)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.