diff -r 732229fe68ab -r cb3de818ff55 mod_sentry/mod_sentry.lua --- a/mod_sentry/mod_sentry.lua Mon Aug 15 15:26:14 2022 +0200 +++ b/mod_sentry/mod_sentry.lua Wed Jul 13 11:14:04 2022 +0100 @@ -29,6 +29,8 @@ end; }; +local serialize = require "util.serialization".serialize; + local function sentry_error_handler(e) module:log("error", "Failed to submit event to sentry: %s", e); end