launchdarkly-react-client-sdk - v3.9.0
    Preparing search index...

    Interface LDPluginApplicationMetadata

    Metadata about the application where the LaunchDarkly SDK is running.

    interface LDPluginApplicationMetadata {
        id?: string;
        version?: string;
    }
    Index

    Properties

    Properties

    id?: string

    A unique identifier representing the application where the LaunchDarkly SDK is running.

    This can be specified as any string value as long as it only uses the following characters: ASCII letters, ASCII digits, period, hyphen, underscore. A string containing any other characters will be ignored.

    Example: authentication-service

    version?: string

    A unique identifier representing the version of the application where the LaunchDarkly SDK is running.

    This can be specified as any string value as long as it only uses the following characters: ASCII letters, ASCII digits, period, hyphen, underscore. A string containing any other characters will be ignored.

    Example: 1.0.0 (standard version string) or abcdef (sha prefix)