astonishing-window-33175
10/30/2023, 10:27 PMtrackingCallback
‘_required_’ for A/B testing? I’m struggling to see what I would be analysing.eager-dream-60488
12/04/2023, 8:11 AMlittle-animal-79425
12/16/2023, 8:45 AMgifted-continent-11866
12/20/2023, 8:19 AMmost-cpu-32455
01/04/2024, 4:59 PMfamous-kite-31398
01/18/2024, 10:57 AMbright-jewelry-59615
02/28/2024, 12:38 PMclever-house-61055
04/08/2024, 2:26 PMappVersion
to growthbook to be able to turn on feature flags for only certain versions of the app. This was not part of our original growthbook implementation. We set up our version attribute following https://docs.growthbook.io/features/targeting#semantic-version-targeting. In testing older versions of the app, which are not passing appVersion
as an attribute, we found that our app is crashing at the paddedVersionString
function in the growthbook sdk. Is this a known issue? Is there a workaround that allows us to use this attribute on new versions of the app but will not crash older versions that are still out there?powerful-cat-40421
05/09/2024, 1:03 PMgray-horse-99680
06/01/2024, 6:51 PMeager-postman-4020
07/15/2024, 7:48 PMeager-postman-4020
07/15/2024, 7:50 PMeager-postman-4020
07/15/2024, 7:50 PMeager-postman-4020
07/16/2024, 5:30 PMgetDecryptedPayload
to make sure we can make the initial client side render synchronouseager-postman-4020
07/16/2024, 5:30 PMgetPayload
the results are the same, and in the client component it's still calling initSync?eager-postman-4020
07/24/2024, 4:31 PMfierce-salesclerk-92514
07/24/2024, 10:16 PMNo data yet. Make sure your experiment is tracking properly.Can anyone confirm if this initial SDK setup looks correct for the tracking metrics part. The documentation on this part specifically seems to be a bit lacking, so I’m not sure if I’ve done this first step correctly. Specifically, what ga4 id should I be using, to ensure I can get metrics easily in the growthbook dashboard.
miniature-keyboard-1929
08/14/2024, 7:47 AMstrong-mouse-55694
09/09/2024, 2:24 PMswift-baker-98755
10/14/2024, 3:06 PMproduction
and a dev
environment - that's great, that's all I need.
The problem is that there's only one SDK-connection and that is set to production
only.
In order to use both production
and env
do I need to:
• create a second SDK-connection for the same project, and select dev
environment?
• on the react SDK side, use a different client-id (one for production
and one for dev
)? Because I can't find an environment property to set
Please confirm.
P.s this looks so complicated and I don't understand why it has to be 😕most-match-36440
10/23/2024, 3:27 PMexport const FeatureFlagProvider: FC<PropsWithChildren> = ({ children }) => {
const growthbook = useGrowthBook();
const flags = ['foo', 'bar', 'fizz', 'buzz']
return (
<EnabledFeatureFlagsContext.Provider
value={{
flags: flags.filter(flag => growthbook?.isOn(flag)),
}}>
{children}
</EnabledFeatureFlagsContext.Provider>
);
}
I'd like to wrap that in an useMemo
but the only way that I see that would work is to do something with the setRenderer
function to update some kind of context that I use here. But that seems a bit extreme, is there something that useGrowthbook
returns that I can tie the useMemo
to?eager-postman-4020
01/02/2025, 5:42 PMeager-postman-4020
01/02/2025, 5:42 PMcool-doctor-39582
01/30/2025, 4:56 AMtest-feature
) is always returning false
, Halp?
Slack Conversationbulky-secretary-94623
04/15/2025, 9:35 PMthankful-country-87951
04/29/2025, 12:44 AMnarrow-lifeguard-42299
04/29/2025, 11:53 PMprehistoric-horse-37258
05/06/2025, 3:10 PMprehistoric-horse-37258
05/06/2025, 3:11 PMcold-shampoo-2316
07/17/2025, 1:23 PMgetAllResults
returns an empty map. I saw this bug https://github.com/growthbook/growthbook/issues/3375 and i'm not sure if this is still broken or if i'm doing something wrong.