
SessionStack
Record and replay web app issues as a video that’s combined with a timeline of everything that happened in the browser (JavaScript exceptions, failed network requests...
Shoogie is a small django application for logging exceptions to a table in the database, along with django's standard HTML debug response. It is intended to be a...
shoogie is a small django application for logging exceptions to a table in the database, along with django's standard html debug response. it is intended to be a lightweight alternative to sentry.
the name shoogie is a diminutive of the hebrew word sh'giah (?????), which means 'error.' shoogie (????) also happens to be the name of a popular kids' candy snack in israel. it's our hope that djangoshoogie will make dealing with server errors a sweeter experience.
key features:
* simple, servererror specific logging * logs django's familiar technical 500 response * uses django's standard admin interface * easy retrieval by user, exception, file, function * easy extraction of users' email addresses * logging handler operates outside transaction management * configurable exception ignores * configurable traceback filtering
crash-reporting error-reporting error-tracking traceback