Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
39 views

I am running Django app with gunicorn gevent workers. I'm using Statsig for Feature Flagging. It appears to be struggling, I assume due to gevents monkey patching. I was hoping I could get around this ...
user2616166's user avatar
1 vote
0 answers
63 views

This is more like a design question. We have an in-house AB testing tool and we want to understand what is the best practice on where the feature flag resolution happens in the code. By Resolve I mean ...
Girish Subramanian's user avatar
0 votes
1 answer
63 views

We have a few branch quick links of the form: my.app.link/readable-quick-link that we use to attribute mobile app acquisition data from different sources. We are starting to run A/B tests with StatSig ...
therealcobb's user avatar
0 votes
1 answer
98 views

Is it Possible to have Role based Edit/Delete access on individual Feature Gates Or Rules in Statsig? Example:- Suppose I want to implement that "user-1" should not be able to Edit/Delete &...
Prashant Agrawal's user avatar
1 vote
1 answer
305 views

We faced a problem with losing StableID while redirecting between subDomains. If it saves only in localStorage so in this case it's not gonna work. What can we do to maintain our StableID during the ...
Statsig Community's user avatar
3 votes
1 answer
637 views

How to give default values so that for whatever reason the the initialization fails, We can fallback to the default. I understand that it will default to false currently, right? If i want a feature to ...
Statsig Community's user avatar
1 vote
1 answer
563 views

Is there a way to check if a user is in an experiment using JavaScrip SDK? I have a landing page experiment running in a layer, it's targeting gate is page_url contains. When a user lands on a page ...
Statsig Community's user avatar
1 vote
0 answers
717 views

I am using Statsig Library for A/B testing in my JDK17 project. <dependency> <groupId>com.statsig</groupId> <artifactId>serversdk</artifactId> <version>1.2.3&...
Hancy's user avatar
  • 81
2 votes
1 answer
717 views

I am using the Statsig React sdk to check a gate an show some UI if the gate returns true. When I initialize with a user id that passes the gate, everything works as I would expect and the UI is ...
perm_fan's user avatar
2 votes
1 answer
142 views

I need to configure Statsig flag to return true for 30 days, by setting from and to dates I am using "check time and date" and I am trying to set before and after time. But its giving ...
ananya aathrey's user avatar
3 votes
1 answer
153 views

In react(nextjs) application, I am using statsig-react to switch the mastergraphql endpoint(urls). Now I am facing an issue while connecting statsig with apollo. My app.js is like, const apollo = ...
Shruthi R's user avatar
  • 1,923
1 vote
1 answer
1k views

I am trying to implement StatSig(Refer: https://docs.statsig.com/) feature into my react(Nextjs) application. I have created new feature gate changeComponentUI and Rule has been added as Environment ...
Shruthi R's user avatar
  • 1,923