tech/webdev magazine

March 10, 2023

Sentry’s Frontend Tests: Migrating from Enzyme to React Testing Library

Friday, March 10, 2023 Teklinks

At Sentry, we practice continuous delivery, which means that code can be released as soon as it’s merged into the main branch. This allows us to iterate quickly on our product, making new features, bug fixes, configuration changes, and experiments available in production as frequently as possible. We merge over 700 pull requests a month.

Full article