Skip to content
Loglunedebug

Loglune debug · Engineering blog

Reproducing the bugs that only live in one customer’s configuration

Field notes on feature-flag state, offline injection, and making tenant-specific defects reproducible on the infrastructure you already run.

All articles

1 article

  1. How to reproduce a bug that only happens for one customer

    A bug that only fires in one customer's account usually lives in their configuration, not your code. Capture that customer's feature-flag state and inject it offline through the SDK's own API to reproduce it on your own infrastructure.

    Read