Skip to content

Commit

Permalink
Update SentrySessionReplayIntegration.m
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Aug 12, 2024
1 parent 4f65137 commit 9ba46b1
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 @@ -471,7 +471,7 @@ - (nullable NSString *)currentScreenNameForSessionReplay

- (void)connectivityChanged:(BOOL)connected typeDescription:(nonnull NSString *)typeDescription
{

if (connected) {
[_sessionReplay resume];
} else {
Expand Down

0 comments on commit 9ba46b1

Please sign in to comment.