Published onOctober 18, 2024Perfectly Fitting Text to Container in ReactreactwebjavascriptBuilding a React component that automatically updates its font size to fill its parent element as fully as possible.
Published onSeptember 27, 2024Mobile App Launch ProfilingmobileiosandroidprofilingSee what's happening in your app before your first line of code can even run.
Published onSeptember 23, 2024Splitting production databases with minimal downtimemultiregionbuilding-sentryAs we scale Sentry, we need to expand Postgres capacity by splitting up workloads across multiple primaries.
Published onSeptember 6, 2024Preact or Svelte? An Embedded Widget Use CasejavascriptsdkPreact or Svelte, which framework is best for building an embedded user feedback widget?
Published onAugust 23, 2024Mutation-testing our JavaScript SDKsjavascriptwebtestingcoveragemutation-testingLet's dive into mutation testing. In this post we talk about how mutation testing works, the state of it in JavaScript and we share our results of applying it to our JavaScript SDK repository
Published onAugust 19, 2024How we fixed incorrect Codecov bundle size reportingjavascriptbundlerbundle-analysiscodecovgitgithubcigithub-actionsHow we resolved incorrect Codecov bundle size reporting when using GitHub Actions.
Published onJuly 16, 2024Sentry JavaScript SDK v8 - A RetrospectivejavascriptsdkThis post will outline learnings the Sentry SDK team had from releasing v8 of the JavaScript SDKs.
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.