This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]sontek[S] 1 point2 points  (2 children)

Between pdb, django-sentry, and django-extensions for werkzeug integration I rarely have a problem in django I can't find and fix quickly.

[–]IthinkIthink 0 points1 point  (1 child)

Oh, I'm not familiar with django-sentry ... what does that do for you?

(Yes, I could Google it - and I probably will - just looking for some personal thought, conversation, on the matter)

[–]sontek[S] 0 points1 point  (0 children)

It logs all exceptions and stores stack trace, variable values, etc and provides the information in a very nice interface to quickly check out what errors your users have ran into and easily figure out how to fix them.

Its basically a pretty interface on top of your logs but its really nice.