Skip to content

Commit 2eb75ff

Browse files
committed
fix: Add missing config values to copy operation
1 parent 9c6289a commit 2eb75ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ldclient/config.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,12 @@ def copy_with_new_sdk_key(self, new_sdk_key: str) -> 'Config':
333333
wrapper_version=self.__wrapper_version,
334334
http=self.__http,
335335
big_segments=self.__big_segments,
336+
application = self.__application,
337+
hooks = self.__hooks,
338+
plugins = self.__plugins,
339+
enable_event_compression = self.__enable_event_compression,
340+
omit_anonymous_contexts = self.__omit_anonymous_contexts,
341+
payload_filter_key = self.__payload_filter_key,
336342
)
337343

338344
# for internal use only - probably should be part of the client logic

0 commit comments

Comments
 (0)