Circle V2 API Docs
    Preparing search index...

    Server-side LaunchDarkly provider. identify uses AsyncLocalStorage.enterWith so the default context applies to isEnabled / getVariation in the same async chain (e.g. after createTRPCContext calls identify). Merge explicit context with the stored default via resolveEvaluationContext. If neither default nor explicit is set, evaluation uses anonymous context.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    logger: BaseLogger = ...

    Methods

    • Sets the default evaluation context for this provider. When isEnabled / getVariation are called without an explicit context, the effective context is mergeFlagContext(getDefaultContext(), explicit) (implementation-specific).

      Parameters

      Returns Promise<void>