FeedbackReporter 1.0.1 released
A new release for
FeedbackReporter
is available. Most importantly it fixes a critical bug on PPC.
But it also comes with a lot of improvements. Check the
release notes
for more details. And stay tuned for more changes with the
appcast.
Surely the most noteworthy new feature is the catching of uncaught exceptions. Just edit your Info.plist file.
<key>Principal class</key> <string>FRExceptionReportingApplication</string>
Whenever there is an exception that bubbles up,
FeedbackReporter
will appear. On 10.5 it will even show the full stacktrace.
Thanks go out to
Jens for the
initial code of that feature.


