Is there a way on Flurry to get the full stacktrace of crash reports?
Currently, I only see this (sample) in the Exception Log page:
NSInvalidArgumentException: -[__NSCFDictionary setObject:forKey:]: attempt to insert nil value
(key: someKey)
Msg: Crash!
Am not sure but as far as i know with Flurry each crash is limited to 255 chars, and we can't see the complete stack trace.
I could suggest other bug tracking services -
Also Apple itself provides you with crash reports. Go to iTunesConnect, Manage Your Applications, View Details and then select the crash reports link.
You'll get crash reports broken down by operating system version which is really useful.