Re: [tryton] dont show stack trace on exceptions

2015-07-07 Thread Prakash Pandey
On 07-Jul-2015, at 8:39 pm, Cédric Krier cedric.kr...@b2ck.com wrote: On 2015-07-07 07:34, Mariano Ramon wrote: On Monday, July 6, 2015 at 6:40:06 PM UTC-3, Cédric Krier wrote: On 2015-07-06 12:27, Mariano Ramon wrote: is there anyway to customize runtime errors that show the python

Re: [tryton] dont show stack trace on exceptions

2015-07-07 Thread Cédric Krier
On 2015-07-07 21:02, Prakash Pandey wrote: On 07-Jul-2015, at 8:39 pm, Cédric Krier cedric.kr...@b2ck.com wrote: On 2015-07-07 07:34, Mariano Ramon wrote: On Monday, July 6, 2015 at 6:40:06 PM UTC-3, Cédric Krier wrote: On 2015-07-06 12:27, Mariano Ramon wrote: is there

Re: [tryton] dont show stack trace on exceptions

2015-07-07 Thread Cédric Krier
On 2015-07-07 07:34, Mariano Ramon wrote: On Monday, July 6, 2015 at 6:40:06 PM UTC-3, Cédric Krier wrote: On 2015-07-06 12:27, Mariano Ramon wrote: is there anyway to customize runtime errors that show the python exception and use a catch all with a more user friendly message?

Re: [tryton] dont show stack trace on exceptions

2015-07-07 Thread Mariano Ramon
On Monday, July 6, 2015 at 6:40:06 PM UTC-3, Cédric Krier wrote: On 2015-07-06 12:27, Mariano Ramon wrote: is there anyway to customize runtime errors that show the python exception and use a catch all with a more user friendly message? By definition a traceback is an exception that

[tryton] dont show stack trace on exceptions

2015-07-06 Thread Mariano Ramon
is there anyway to customize runtime errors that show the python exception and use a catch all with a more user friendly message?

Re: [tryton] dont show stack trace on exceptions

2015-07-06 Thread Jean Cavallo
I think you are looking for this : https://github.com/openlabs/trytond-sentry Le lun. 6 juil. 2015 23:05, Mariano Ramon marianog.ra...@gmail.com a écrit : is there anyway to customize runtime errors that show the python exception and use a catch all with a more user friendly message?

Re: [tryton] dont show stack trace on exceptions

2015-07-06 Thread Cédric Krier
On 2015-07-06 12:27, Mariano Ramon wrote: is there anyway to customize runtime errors that show the python exception and use a catch all with a more user friendly message? By definition a traceback is an exception that is not expected. Hiding it will just result of never fixing the problem, so