bestit/feature-toggle-bundle
TraceableChainDecorator in debug mode. Useful for PMs prioritizing debuggability in complex flagging systems without runtime overhead in production.For Executives: "This package lets our engineering team trace how feature flags cascade during development—like a flight recorder for flag logic—without slowing down production. It’s a low-cost way to reduce debugging time for complex rollouts (e.g., canary releases), aligning with our goal to ship faster with fewer surprises."
For Engineering:
"The TraceableChainDecorator (now debug-only) dumps the evaluation chain of nested flags when DEBUG is on. Example use case: If Flag A triggers Flag B, but Flag B fails silently, you’ll see the full chain in logs. Zero runtime cost in production. Perfect for pre-launch QA or onboarding new devs to our flagging system."
How can I help you explore Laravel packages today?