> Can you provide an example backtrace that isn't being filtered? I didn't
> see what in the modified script you sent me would handle view backtraces, so
> I guess I didn't include it.
I could paste one in here, but the problem is that they *look* fine.
However, it's returned as an array with 1 element (which is actually
multiple lines), so all of the useful information gets stripped. The line
in question from the version I sent you is:
backtrace = backtrace.first.split("\n") if backtrace.size == 1
To test, create a view that blows up and you'll see a blank stacktrace
rather than something more useful.
seth