Skip to content

Commit

Permalink
chore(flags): copy around persistent flags (#26856)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dmarticus and github-actions[bot] authored Dec 12, 2024
1 parent f8c4cc2 commit c1760a7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion frontend/src/scenes/feature-flags/FeatureFlag.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ export function FeatureFlag({ id }: { id?: string } = {}): JSX.Element {
<div className="text-muted text-sm pl-7">
If your feature flag is applied before identifying the user, use this to
ensure that the flag value remains consistent for the same user.
Depending on your setup, this option might not always be suitable.{' '}
Depending on your setup, this option might not always be suitable. This
feature requires creating profiles for anonymous users.{' '}
<Link
to="https://posthog.com/docs/feature-flags/creating-feature-flags#persisting-feature-flags-across-authentication-steps"
target="_blank"
Expand Down

0 comments on commit c1760a7

Please sign in to comment.