Questions tagged [statsig]

5 questions
3
votes
1 answer

ReactJs - How to wrap the ApolloProvider inside the StatsigProvider?

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 = useApollo(pageProps) const AddStatsig = () => { …
Shruthi R
  • 1,863
  • 4
  • 39
  • 77
2
votes
1 answer

UI not rendering when calling Statsig.updateUser

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 rendered. The issue I am having is that I cannot get…
perm_fan
  • 23
  • 3
2
votes
1 answer

Statsig issue with Before Time and After TIme

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 invalid error. Not sure what is the mistake. Please guide to…
1
vote
1 answer

Statsig - How to get true value from feature gate?

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 Tier -> Any of - staging, development. From client…
Shruthi R
  • 1,863
  • 4
  • 39
  • 77
0
votes
0 answers

java.lang.NoSuchFieldError :Companion

I am using Statsig Library for A/B testing in my JDK17 project. com.statsig serversdk 1.2.3 com.statsig
Hancy
  • 11
  • 2