python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How are users identified in LaunchDarkly?
I'm using LaunchDarkly for feature flag management and I don't know where to get the key of the current user. Here is an example from the LD documentation of their React SDK:
import { withLDProvider }...
ganqqwerty
Votes: 0
Answers: 1
How do I retrieve custom properties on a LaunchDarkly user?
I'm trying to add an attribute to a LaunchDarkly user, and retrieve it on subsequent reloads.
Here's a simplified example:
import { withLDProvider } from 'launchdarkly-react-client-sdk';
export defaul...
Evan Winter
Votes: 0
Answers: 0
Accessing LaunchDarkly flags from React.JS
I am trying to access LaunchDarkly flags from my App context. The code looks like:
import { useState, useEffect } from 'react';
import { Helmet } from 'react-helmet';
import { MuiPickersUtilsProvider ...
Igor Shmukler
Votes: 0
Answers: 1
How can I troubleshoot Launch Darkly SDK when it fails to get flag values?
I'm trying to set up a simple Launch Darkly integration in .NET but it isn't working. The code seems to run just fine, but it doesn't actually get the flag value. It always returns false regardless of...
FunkyVerb
Votes: 0
Answers: 1