diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cf255edf6e..2cd2870a716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Crash due to a background call to -[UIApplication applicationState] (#3855) - Save framework without UIKit/AppKit as Github Asset for releases (#3858) - Fix crash associated with runtime collision in global C function names (#3862) +- Remove wrong error log in SentryCoreDataTracker (#3894) ## 8.24.0 diff --git a/Sources/Sentry/SentryCoreDataTracker.m b/Sources/Sentry/SentryCoreDataTracker.m index 703ed436e26..11474ca3eac 100644 --- a/Sources/Sentry/SentryCoreDataTracker.m +++ b/Sources/Sentry/SentryCoreDataTracker.m @@ -48,9 +48,6 @@ - (NSArray *)managedObjectContext:(NSManagedObjectContext *)context SENTRY_LOG_DEBUG(@"SentryCoreDataTracker automatically started a new span with " @"description: %@, operation: %@", fetchSpan.description, fetchSpan.operation); - } else { - SENTRY_LOG_ERROR( - @"managedObjectContext:executeFetchRequest:error:originalImp: fetchSpan is nil."); } NSArray *result = original(request, error);