Published onJuly 8, 2024How to Refactor and Not Break ThingspythonrefactoringsdkHow we completed a huge refactoring of a software used by thousands of developers without breaking things.
Published onJune 28, 2024Designing Sentry's cross-region replicationmultiregionbuilding-sentryCross-region replication is a foundational subsystem in multi-region Sentry. This post explores our design process.
Published onMay 30, 2024Improving DX: From Unreadable CSS Selectors to Clear React Component NameswebreactdebuggingHow to transform unreadable CSS selectors to React component names.
Published onMay 16, 2024Removing risk from our multi-region design with simulationsmultiregionbuilding-sentryBefore splitting our application database and infrastructure up, we wanted to have confidence in where the boundaries would be.
Published onApril 18, 2024How open PR comments workintegrationsgithubpr-commentsThis is how we manage to comment Sentry issues related to code you're modifying in a pull request within seconds.
Published onJanuary 17, 2024How we improved Performance Score accuracyjavascriptperformancewebWe're making updates to how Performance Scores are calculated in the Web Vitals module, which will bring them closer to what your users experience.
Published onJanuary 16, 2024Should you, could you AOT?nativeaot.netsdkbuilding-sentryHow ASP.NET Core application developers can make the transition from JIT (Just-in-Time) to AOT (Ahead-of-Time) compilation, using the Sentry SDK for .NET as a case study.
Published onJanuary 5, 2024How to publish binaries on npmnpmbinarycliwebA comprehensive guide on how to publish binaries on npm without getting fired.
Published onDecember 12, 2023Improving Node.js loader performancenode.jsperformanceesmcjscommonjsCommonJS and ES modules are 2 sides of a coin. Node.js supports both of them. So, how can we improve the performance of Node.js loaders?
Published onNovember 15, 2023A $3,000,000 Dropdownbuilding-sentrymultiregionAlmost 2 years ago, Sentry embarked on a project to bring true EU data residency to Sentry's customers. We decided to do it the hard way.