Mercurial > prosody-modules
diff mod_sentry/mod_sentry.lua @ 5008:bd63feda3704
Merge role-auth
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 22 Aug 2022 15:39:02 +0100 |
| parents | cb3de818ff55 |
| children | 2e87110475ec |
line wrap: on
line diff
--- a/mod_sentry/mod_sentry.lua Tue Aug 16 13:10:39 2022 +0200 +++ b/mod_sentry/mod_sentry.lua Mon Aug 22 15:39:02 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
