We've created a view to show the distributions of Feature Flag values within an Issue. This feature is accessible from the tag drawer in the new issue details UI ("View all tags and feature flags" button).
Like tag distributions, Feature Flag distributions shows you aggregate percentages and counts of all flag values associated with an issue. This is useful for seeing the impact of flags across an error group, rather than a single error. For example, you may notice a 5% rolled out flag is 100% enabled in your issue, suggesting it's something to dig into.
These Feature Flags are captured on error events through our Evaluation Tracking integrations. If you've also instrumented Change Tracking, clicking a specific flag will show you its change history and timestamps.