package = "mod_sentry" description = { ["license"] = "MIT"; ["summary"] = "Send errors to a Sentry server"; ["homepage"] = "https://modules.prosody.im/mod_sentry.html"; } version = "13-1" build = { ["type"] = "builtin"; ["modules"] = { ["mod_sentry"] = "mod_sentry.lua"; ["mod_sentry.sentry"] = "sentry.lib.lua"; }; } source = { ["dir"] = "Community-Modules-2e87110475ec/mod_sentry"; ["file"] = "prosody-modules-2e87110475ec.tar.gz"; ["url"] = "https://hg.prosody.im/prosody-modules/archive/2e87110475ec.tar.gz/mod_sentry"; }