-
The error event doesn't seem to be emitted if there is a bad api key, or if any of the api calls fail
``` javascript
const API_KEY = '123'
var LaunchDarkly = require('ldclient-node')
var ldClient = …
-
Is there a way to get a list of all the features enabled for a given user/key? Just a list of enabled feature keys would work perfectly.
-
Today's outage of the streaming api caused our authentication service to crash because https://github.com/launchdarkly/node-client/commit/e371a708e89903cfba15871251b4a4dd2a500a81 propagates the error …
-
I'm got the following when I tried the Quickstart tutorial:
```
Traceback (most recent call last):
File "test.py", line 4, in
client = LDClient("api-094349dd-49bf-4aa5-91a7-7ad9bbbd1817")
F…