FastlySDKOptions: Pick<LDOptionsCommon, "logger" | "sendEvents" | "eventsUri"> & {
    eventsBackendName?: string;
}

The Launchdarkly Fastly Compute SDK configuration options. See LDOptionsCommon for more information on the 'logger', 'sendEvents', and 'eventsUri' options.

Type declaration

  • Optional eventsBackendName?: string

    The Fastly Backend name to send LaunchDarkly events. Backends are configured using the Fastly service backend configuration. This option can be ignored if the sendEvents option is set to false. See Fastly's Backend documentation for more information. The default value is launchdarkly.

Generated using TypeDoc