Feature flag context provides deeper insight into the state of your application prior to an error. It can help you understand if a feature flag change is correlated with a new issue, as well as help you reproduce your users' application state at the time of an error.
Sentry now supports reflecting feature flag details on our Issue Details page:
Prerequisites
Feature flag context is powered by integrations with LaunchDarkly and OpenFeature today, and requires either a Python or JavaScript project. More information can be found in our documentation.