August 2022 Summaries
4 posts from Replay
Filter
Month:
Year:
Post Summaries
Back to Blog
Replay has significantly improved its reliability, reducing the crash rate of debugging sessions from one in five to less than one in thirty, and increased its backend "butter score" from a median of 30 to 80, aiming for a perfect 100. Recent backend enhancements include the Protocol Cache, which optimizes replaying performance by caching protocol requests, and JavaScript Scope Mapping, which has reduced scope mapping time from 140 seconds to under 14 seconds. The frontend has seen improvements with a new Console built on React's Suspense Cache for faster and smoother DevTools, and a 33% reduction in the codebase size. The team is refining resource allocation and has temporarily disabled Redux DevTools to address inefficiencies, with plans to release a more robust version in the fall. A recent contribution by Andarist helped solve a complex issue related to React's Offscreen API and Redux, leading to a forthcoming fix that will benefit other developers using these tools.
Aug 25, 2022
787 words in the original blog post.
TableCheck, a global platform empowering restaurants to enhance guest experiences and loyalty, faced challenges in managing diverse tech stacks and ensuring effective communication across teams as it expanded internationally. By adopting Replay, a debugging tool, the company significantly improved its development process by allowing engineers to reproduce and resolve complex bugs quickly, regardless of tech stack. Replay facilitated better communication between QA and engineering teams, streamlining the debugging process and speeding up code reviews, thereby enhancing developer velocity and efficiency. The tool also enabled asynchronous debugging, improving work-life balance for developers by eliminating the urgency to fix bugs immediately. As TableCheck continues to scale and integrate new features, the potential of Replay, especially in CI/CD processes and test automation, is seen as a crucial asset for further improving communication and efficiency across the company's global operations.
Aug 15, 2022
1,533 words in the original blog post.
Replay has implemented a robust security framework to ensure the privacy and protection of user data, highlighted by achieving SOC2 Type 2 certification to demonstrate the effectiveness of their security controls. Since beginning their SOC2 journey in late 2021, Replay has strengthened its security posture with measures such as strong identity and access management using SSO and IAM roles, comprehensive monitoring with tools like CloudTrail, GuardDuty, Dependabot, Snyk, and Semgrep, and a commitment to regular patching and updates. The company ensures infrastructure security by containerizing recordings in Kubernetes pods, anonymizing production data for testing, and using Tailscale and Araali Networks for perimeter protection. Replay also prioritizes customer data ownership and offers features like SSO and OIDC without additional costs, while providing a channel for security researchers to report issues, although a bug bounty program has not yet been established.
Aug 04, 2022
547 words in the original blog post.
The release of the Test Suite Dashboard into closed beta offers a comprehensive tool for Playwright Test Suite users to track and debug their test runs, providing insights into when tests begin to fail and allowing for side-by-side comparison of passing and failing runs. Recent developments also include the experimental release of a new Console and Object Inspector, utilizing modern React APIs to enhance speed and simplify the architecture, highlighting the benefits of time-travel debugging over live debugging. Additional updates include the integration of Test Suite Comments with a GitHub App, improved Chromium build management with EngFlow, and a DOM-based Console Search that mimics native browser search functionality. Bug fixes addressed issues with source maps and improved the performance of the Quick Open Modal. The team also enjoyed a summer offsite at the Cerro Pampa polo ranch, emphasizing both work and leisure balance.
Aug 01, 2022
523 words in the original blog post.