Forcing full stack dump in script/runner

I have a cronjob invoking Rails via script/runner. Occasionally there is an exception thrown, and of course my code in is the "... 31 levels ..." section of the traceback. How can I force it to do a complete stack traceback.

TIA,   Jeffrey