node-server-sdk icon indicating copy to clipboard operation
node-server-sdk copied to clipboard

LaunchDarkly Server-side SDK for Node

Results 18 node-server-sdk issues
Sort by recently updated
recently updated
newest added
trafficstars

What are the best strategies to handle failure scenarios so that our application can handle it without causing disruption . 1. When ever LD is down or if we are...

Currently the SDK do not provide any means to monitor the connection to launchdarkly which can then be used for various healthchecks and alerting. Is this something in the works...

enhancement

**Is this a support request?** No **Describe the bug** We're getting this log every single time we initialize the app: ``` ERROR info: [LaunchDarkly] Opened LaunchDarkly stream connection ``` Note...

**Is your feature request related to a problem? Please describe.** Hi there. I find the documentation on the subject of "you have to wait for the client to be initialized"...

**Requirements** - ❌ I have not added test coverage for new or changed functionality because there were no test on this code path to update - ✅ I have followed...

**Is this a support request?** No **Describe the bug** In version 6.2.2 of the sdk, there was a dependency upgrade for the launchdarkly-eventsource from 1.4.1 -> 1.4.2. When running this...

Hello 👋🏽 **Describe the bug** I specify a timeout for the client and then I keep getting this error ```ts warn: [LaunchDarkly] Received I/O error (Read timeout, received no data...

**Is your feature request related to a problem? Please describe.** General request for support of a feature that SDKs in other languages have **Describe the solution you'd like** I would...

enhancement

**Performance overhead calling async methods** From what I've seen in the implementation of VariationDetails there aren't any async calls. Are there any plans to expose a sync version of this...

**Is your feature request related to a problem? Please describe.** We're using the Launch Darkly SDK in cloudfront lambda to assign experiments that trigger server side rendering through the `allFlags()`....