Integration: Launch Darkly #6404
ravenna-tom
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
One thing I struggle with is stopping documentation from leaking features that are feature flagged in the code.
Right now, I tell the Agent how to handle things based on if it finds a launch darkly feature flag in the code like so:
"We use LaunchDarkly, so you will detect flag gating in the codebase. Flag-gated work must NEVER make it into the documentation! If there is a PR that REMOVES a feature flag, review the docs to make sure the feature is now documented publicly."
Trouble is, this doesn't account for when we make a feature available to all in the flag but don't delete the flag right away...
Ideally having a LD integration would mean that we can give the automations access to see who has access to this flag in LD, and then it could still create the documentation but hide it from the docs.json, make it available to certain groups etc. I could also set a webhook in LD so when we roll out a feature for GA, it triggers a docs review and ensures all the docs are now live publicly for everyone.
All reactions