FetchOptions: {
    flagKeys?: string[];
    tracksAssignment?: boolean;
    tracksExposure?: boolean;
}

Options to modify the behavior of a remote evaluation fetch request.

Type declaration

  • Optional flagKeys?: string[]

    Specific flag keys to evaluate and set variants for.

  • Optional tracksAssignment?: boolean

    Whether to track assignment events for the request. If not provided, the default is to track assignment events.

  • Optional tracksExposure?: boolean

    Whether to track exposure events for the request. If not provided, the default is not to track exposure events.