Re: OT: Exceptions in production. Local variables?

2019-08-16 Thread guettli
Am Donnerstag, 15. August 2019 10:36:10 UTC+2 schrieb mohammed habib: > > Definitely Sentry, they will show you the stack trace and a dump of local > variables for every crash, as well as other useful analytics > > It’s pretty easy to set up > > If your site is not so busy they have a free plan

Re: OT: Exceptions in production. Local variables?

2019-08-15 Thread mohammed habib
Definitely Sentry, they will show you the stack trace and a dump of local variables for every crash, as well as other useful analytics It’s pretty easy to set up If your site is not so busy they have a free plan Sent from my iPhone > On 15 Aug 2019, at 11:18, guettli wrote: > > This is a b

OT: Exceptions in production. Local variables?

2019-08-15 Thread guettli
This is a bit off-topic. If I have an exception in the production environment, then up to now I only see the ascii stacktrace in the logs. Often this is enough to fix the issue, but sometimes I would like to see the local variables, too. Which tool could help here? How do you handle this? Re