With the current version of UberLogger, the callstack shown for unhandled exceptions is not very useful.
Example when I raise a NotImplementedException() deep within the codebase:
Unity callstack:

UberLogger callstack:

The UberLogger callstack is not helpful for diagnosing where things went wrong.
I'll look into this myself in some days.