Exception: PostHog::RequiresServerEvaluation

Inherits:
StandardError
  • Object
show all
Defined in:
lib/posthog/feature_flags.rb

Overview

RequiresServerEvaluation is raised when feature flag evaluation requires server-side data that is not available locally (e.g., static cohorts, experience continuity). This error should propagate immediately to trigger API fallback, unlike InconclusiveMatchError which allows trying other conditions.