Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into rlamb/o11y-265/add-plugin-support
  • Loading branch information
kinyoklion committed Jul 9, 2025
commit 8c2c990918010ddaa2a05df56236e1277c3e1ac7
2 changes: 1 addition & 1 deletion ldclient/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class EnvironmentMetadata:
"""
sdk: SdkMetadata #: Information about the SDK
application: Optional[ApplicationMetadata] = None #: Information about the application
sdk_key: str = None #: The SDK key used to initialize the SDK
sdk_key: str #: The SDK key used to initialize the SDK


@dataclass(kw_only=True)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.