-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs(flags): add index flag docs for python #11879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Bundle ReportChanges will increase total bundle size by 165 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
--- | ||
title: Set Up Feature Flags | ||
sidebar_order: 5200 | ||
description: "Learn how to enable Feature Flags in your app if it is not already set up." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanna point out early and often that we should be clear what kind of feature-flag debugging experience this is talking about. "enable Feature Flags" could easily also be interpreted as "i want to setup open feature for the first time" which is not quite the same.
This is the SDK setup... so we should say something specific like 'feature flag evaluation tracking' or something like that, and if there's a similar page 'feature flag change/definition setup (by provider)' page we could link to that from here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i don't think we have a PR yet that instructs how to do the feature flag change tracking setup, we should probably make a ticket for that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding! LGTM 🫡
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same feedback as what's on #11971 :)
@michellewzhang Simplifying the language here to focus on short exposition and explanation of enabling the feature set. I'm doing the same for the Javascript PR and more shift more of the exposition burden onto the consolidated product docs page. |
Looks like this got pulled into the big docs PR here: https://github.com/getsentry/sentry-docs/pull/12005/files#diff-92bc49d4e80dcc25621cfea3389eea5cb6d268e5cdd9d7674a87e18933a8e7c7 closing this so we can focus there. |
create a index page for feature flags under the python platform (currently we only have specific instructions under each of the integrations, e.g. https://docs.sentry.io/platforms/python/integrations/openfeature/)
url will be: https://docs.sentry.io/platforms/python/feature-flags/
figjam ref mapping out the docs