We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aec6d5f commit 1e4fadbCopy full SHA for 1e4fadb
ldclient/plugin.py
@@ -39,7 +39,7 @@ class EnvironmentMetadata:
39
Metadata about the environment in which the SDK is running.
40
"""
41
sdk: SdkMetadata #: Information about the SDK
42
- sdk_key: str #: The SDK key used to initialize the SDK
+ sdk_key: Optional[str] = None #: The SDK key used to initialize the SDK
43
application: Optional[ApplicationMetadata] = None #: Information about the application
44
45
0 commit comments