Published onApril 11, 2025Building a Product Tour in ReactreacttypescriptwebcssHow we went about building a performant, in-app product tour API using only React
Published onApril 8, 2025Formatting SQL in the Browser Using PEGsqlreactwebjavascriptWriting a rudimentary SQL parser and formatter in JavaScript that handles Sentry's need to format invalid SQL and output into JSX.
Published onMarch 24, 2025How Sentry queries unstructured data in ClickHouse 62x fasterclickhouseweboptimizationWe repurposed a hashtable to make ClickHouse significantly faster for analytical queries
Published onDecember 3, 2024Better Code Rendering Through VirtualizationjavascriptcodecovvirtualizationreactHow we rebuilt Codecov's code renderer from the ground up to be faster and more efficient, utilizing virtualization.
Published onNovember 4, 2024Enabling Out-of-the-Box Performance Insights in Unity Games with the Sentry SDKunitysdkc#Learn how we built the autoinstrumentation in the Unity SDK via IL Weaving
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