zulip/zerver/webhooks/sentry
Hemanth V. Alluri fb757e91c1 webhooks/sentry: Add back support for the legacy integrations.
When the integration was originally rewritten, support for the
deprecated webhook payloads was removed. We later noticed that some
people using Zulip were still using versions of Sentry that required
the older integration code.

Thus this commit adds back the older integration code and whenever the
Sentry webhook payload does not have a "data" field (which must be
present in all modern payloads as per the documentation at
https://docs.sentry.io/workflow/integrations/integration-platform/webhooks)
we will use the older Sentry integration code.

Signed-off-by: Hemanth V. Alluri <hdrive1999@gmail.com>
2020-05-07 11:26:19 -07:00
..
fixtures webhooks/sentry: Add back support for the legacy integrations. 2020-05-07 11:26:19 -07:00
__init__.py
doc.md webhooks/sentry: Rewrite the sentry webhook for the latest SDKs. 2020-05-02 13:39:57 -07:00
tests.py webhooks/sentry: Add back support for the legacy integrations. 2020-05-07 11:26:19 -07:00
view.py webhooks/sentry: Add back support for the legacy integrations. 2020-05-07 11:26:19 -07:00