Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid crashing in SentryCoreDataTracker (#3152)
Users can pass in a `nil` error parameter when calling Core Data methods like `save:` and `executeFetchRequest:`. We were incorrectly handling that nil error parameter and trying to dereference it inside SENTRY_LOG_DEBUG calls. This commit fixes that. Fixes GH-3151
- Loading branch information