mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
Exception logging within api_key_only_webhook_view fails when ValueError is raised if the request.body passed to ujson.loads isn't valid JSON. In this case, we now just convert the payload to a string and log that. This allows us to inspect JSON payloads that aren't being decoded properly.
33 KiB
33 KiB