File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -333,12 +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 ,
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 ,
342342 )
343343
344344 # for internal use only - probably should be part of the client logic
You can’t perform that action at this time.
0 commit comments