zulip/zerver/webhooks/sentry/fixtures
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
..
deprecated_exception_message.json webhooks/sentry: Add back support for the legacy integrations. 2020-05-07 11:26:19 -07:00
event_for_exception_golang.json
event_for_exception_node.json
event_for_exception_python.json
event_for_message_golang.json
event_for_message_node.json
event_for_message_python.json
issue_assigned_to_individual.json
issue_assigned_to_team.json
issue_created_for_exception.json
issue_created_for_message.json
issue_ignored.json
issue_resolved.json