Fixes
- Prevent memory strings in stack overflow crash reports (#7841)
- Report crashed thread for null function calls (#7866)
- Add depth limits to data sanitization and JSON encoder (#7857)
- Moved
BinaryImageCacheinitialization to a background thread to reduce blocking on dyld reader locks on the main thread (#7823) - Init vars before
task_threadsandvm_deallocate(#7858) - Handle extra length call in
SentryInvalidJSONString(#7859)