You should already be seeing more information than just the classname of the Exception, without taking any special action. Possibly you have code that installs an UncaughtExceptionHandler (see core GWT docs for GWT.setUncaughtExceptionHandler()) that logs way to little information.
Comment