log mod_sentry/sentry.lib.lua @ 4772:85d4ab318d66

age author description
2020-12-09 Matthew Wild mod_sentry: Pull message from error *before* we mutate it into something different...
2020-12-09 Matthew Wild mod_sentry: Pull default message from error text or wrapped error (if string)
2020-12-09 Matthew Wild mod_sentry: Fix to correctly iterate over traceback
2020-12-09 Matthew Wild mod_sentry: Ensure frames gets encoded as a JSON array, even if empty
2020-12-09 Matthew Wild mod_sentry: Don't include tracebacks in extra context
2020-12-09 Matthew Wild mod_sentry: Fix syntax for inclusion of stack traces in events
2020-12-09 Matthew Wild mod_sentry: Support for including stack frames in exception events
2020-12-09 Matthew Wild mod_sentry: Fix typo in method name
2020-12-08 Matthew Wild mod_sentry: New module to forward errors to a Sentry server