Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 25, 2024
1 parent 1105b52 commit 5de905e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ public class PostHogReplayIntegration(
}
} catch (e: Throwable) {
config.logger.log("Session Replay isVisible failed: $e.")
// if there's an exception, we just return true otherwise we might miss some views
return true
}
return false
}
Expand Down

0 comments on commit 5de905e

Please sign in to comment.