Python Forum
Exception capture, logging and grouping services
Poll: Do you use an exception grouping service like Trakerr.IO or Airbrake.IO?
You do not have permission to vote in this poll.
Yes, I use a service
20.00%
1 20.00%
No but it looks interesting
0%
0 0%
No
80.00%
4 80.00%
Total 5 vote(s) 100%
* You voted for this item. [Show Results]

Thread Rating:
  • 3 Vote(s) - 2.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Exception capture, logging and grouping services
#3
Thanks for the response.

I had taken a look at Sentry earlier and while it seemed great at first, it's primarily targeting errors. Trakerr helped me find performance issues with database issues too as you can pass in the milliseconds that a db call took along with other non-error logs. I haven't looked at Flask but will take a look.

I am actually surprised by the number of developers who do not use an error or performance tracking tool in production. Given that verbose logging is very prohibitive in terms of cost and performance, the only fallback to catching major issues in production appears to be using some real-time metrics + error capturing technology.
Reply


Messages In This Thread
RE: Exception capture, logging and grouping services - by caxis - Jul-11-2017, 06:22 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020