zulip/zerver/webhooks
Hemanth V. Alluri 04811e724d webhooks/sentry: Rewrite the sentry webhook for the latest SDKs.
Sentry has client SDKs for many programming languages and frameworks.
Sentry has deprecated their old "Raven" series of client SDKs in favor
of a new series of client SDKs following their unified API format.

As it stood, our Sentry integration was already outdated being written
for the version 5 payloads (the Raven SDKs stopped at version 6 which
is already vastly different from version 5) when the current and
prominently used version is version 7.

This commit completely rewrites the existing Sentry integration.

Tested and supported events:
- Issue created, resolved, assigned, and ignored events.
- "Sentry events" for "capture exception" and "capture message" with
the Golang, Node.js, and Python SDKs (other SDKs should also work but
only these were used for testing).

For reference:
- Old (Raven) SDK for python:
    https://github.com/getsentry/raven-python
- New (Unified API format) SDK for python:
    https://github.com/getsentry/sentry-python

Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>
2020-05-02 13:39:57 -07:00
..
airbrake python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
alertmanager python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
ansibletower python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
appfollow python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
appveyor python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
basecamp webhooks/basecamp: Add support for todo_uncompleted event type. 2020-04-17 09:41:55 -07:00
beanstalk python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
beeminder python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
bitbucket python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
bitbucket2 python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
bitbucket3 python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
buildbot python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
circleci python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
clubhouse python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
codeship python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
crashlytics python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
delighted python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
deskdotcom python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
dialogflow webhooks/dialogflow: Remove default value for email parameter. 2020-04-17 09:41:55 -07:00
dropbox python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
errbit python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
flock python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
freshdesk python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
front text: Fix some typos (most of them found and fixed by codespell). 2020-03-27 17:25:56 -07:00
gci python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
gitea python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
github webhooks/github: Delete a duplicate fixture. 2020-04-17 09:41:55 -07:00
gitlab webhooks: Use Gitlab project web_url over repo homepage. 2020-04-24 17:50:47 -07:00
gocd python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
gogs python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
gosquared python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
greenhouse python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
groove python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
harbor python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
hellosign python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
helloworld python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
heroku python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
homeassistant python: Sort webhooks imports with isort. 2020-01-14 13:07:47 -08:00
honeybadger/fixtures inetgrations: Add webhook payloads for Honeybadger. 2018-01-02 11:45:33 -05:00
ifttt python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
insping python: Whitespace fixes from autopep8. 2020-04-21 17:58:09 -07:00
intercom python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
jira python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
librato python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
mention python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
netlify python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
newrelic python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
opbeat python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
opsgenie python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
pagerduty python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
papertrail python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
pingdom python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
pivotal python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
raygun python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
reviewboard python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
rollbar/fixtures integrations: Add webhook payloads for rollbar. 2018-01-11 06:32:37 -05:00
runscope/fixtures integrations: Add webhook payloads for Runscope. 2017-12-29 07:27:20 -05:00
semaphore webhooks/semaphore: Remove accidentally created fixture file. 2020-04-17 09:41:55 -07:00
sentry webhooks/sentry: Rewrite the sentry webhook for the latest SDKs. 2020-05-02 13:39:57 -07:00
slack python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
solano python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
splunk python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
statuspage python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
stripe python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
taiga python: Convert assignment type annotations to Python 3.6 style. 2020-04-22 11:02:32 -07:00
teamcity logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
transifex python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
travis python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
trello python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
updown python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
wordpress python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
yo python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
zabbix python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
zapier python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
zendesk python: Modernize legacy Python 2 syntax with pyupgrade. 2020-04-09 16:43:22 -07:00
__init__.py