Conversation
|
@launchdarkly/js-sdk-common size report |
|
@launchdarkly/js-client-sdk size report |
|
@launchdarkly/js-client-sdk-common size report |
|
@launchdarkly/browser size report |
a0ecbc6 to
caa6ab6
Compare
| } | ||
|
|
||
| // Fallback for clients without forContext (e.g., edge SDKs) | ||
| return { |
There was a problem hiding this comment.
I am also thinking that if we are good with the scoped client implementation then we can revisit how we type this interface eg make it extend LDScopedClient instead
c34d0af to
7dfa664
Compare
7dfa664 to
baa2190
Compare
Warning
I will most likely break this PR down to smaller parts to deliver this feature. So please don't merge.
This PR adds in scoped clients to server sdks. The implementation is based on the go server sdk. This PR also modifies the React SDK to utilize the scoped client init reporting (mostly as an example of how it is used)