Skip to content

Commit

Permalink
Update SentrySessionReplayIntegration.m (#4586)
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin authored Dec 2, 2024
1 parent bee3e88 commit cabe995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Sentry/SentrySessionReplayIntegration.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit cabe995

Please sign in to comment.