diff --git a/Sources/Sentry/SentrySessionReplayIntegration.m b/Sources/Sentry/SentrySessionReplayIntegration.m index 85c1dd746a..1dafd1d4e5 100644 --- a/Sources/Sentry/SentrySessionReplayIntegration.m +++ b/Sources/Sentry/SentrySessionReplayIntegration.m @@ -377,7 +377,7 @@ - (void)moveCurrentReplay } if ([NSFileManager.defaultManager moveItemAtURL:current toURL:last error:nil] == NO) { - SENTRY_LOG_ERROR(@"Could not move 'currentreplay' to 'lastreplat': %@", error); + SENTRY_LOG_ERROR(@"Could not move 'currentreplay' to 'lastreplay': %@", error); } }