The LaunchDarkly integration has an __init__ method that allows to patch a specific client (rather than the global one).
Check if this is needed. It's not documented and we only use it in the tests. We also don't support this sort of customization in any other integration.
Would be great if we can get rid of the __init__. (Needs to be done in new major since it's breaking.)
The LaunchDarkly integration has an
__init__method that allows to patch a specific client (rather than the global one).Check if this is needed. It's not documented and we only use it in the tests. We also don't support this sort of customization in any other integration.
Would be great if we can get rid of the
__init__. (Needs to be done in new major since it's breaking.)