Summary
This chapter examined how LaunchDarkly can help teams understand how flags, users, and experiments are working and provide a view of all the changes. Neither the Debugger nor the Audit log is necessary for feature management, but both make the experience of working with feature management and LaunchDarkly easier.
With the Debugger, development teams can gain insights into how the LaunchDarkly SDK is working with the data provided. This can speed up the process of identifying implementation or configuration issues, as the Debugger will show you whether things were not working as expected. This is a more effective way of discovering something is wrong than just trying to discover this from the application logs themselves. With the ability to view both summary information and enable debug data, teams can gain as much information from the SDK's Debugger as needed.
Throughout this book, feature management has been shown to extend the practices of modern software delivery...