Frequently Asked Questions

A curated summary of the top questions asked on our Slack community, often relating to implementation, functionality, and building better products generally.
Statsig FAQs
Brex vercel Rippling Univision bluesky Webflow bloomberg Microsoft Notion ea Flipkart OpenAI
GENERAL

Is there an offline mode for Statsig SDK to use during integration tests?

Date of slack thread: 8/9/24

Anonymous: is there an offline mode, let’s say when running integration tests (during which you don’t really want to ping Statsig but still need to get a flag value)?

Statbot: Yes, you can use the localMode option to run the SDK in offline mode. When localMode is set to true, the SDK will not make any network requests and will only return default values or values set via local overrides. This is ideal for integration tests or dummy environments. Here’s an example of how to enable localMode and set overrides:

const statsig = require('statsig-node');
statsig.initialize('secret-key', { localMode: true });
statsig.overrideGate('example_gate', true);
const gateValue = statsig.checkGate({ userID: 'test_user' }, 'example_gate');
console.log(gateValue); // true

For more details, you can refer to the documentation on source.

Statbot: Click below to mark as resolved.

Statbot: Yes, there is an offline mode called localMode. When localMode is set to true, the SDK will not make any network requests and will only return default values. This is useful for integration tests or dummy environments. You can also use the overrideGate and overrideConfig APIs to set specific values for gates and configs during testing. Here is an example for Node.js:

const statsig = require('statsig-node');
statsig.initialize('secret-key', { localMode: true });
statsig.overrideGate('example_gate', true);
statsig.overrideConfig('example_config', { key: 'value' });

For more details, you can refer to the documentation on source.

Statbot: Click below to mark as resolved.

Statbot: This thread has been marked as resolved. Press below to re-open.

Join the #1 experimentation community

Connect with like-minded product leaders, data scientists, and engineers to share the latest in product experimentation.

Try Statsig Today

Get started for free. Add your whole team!

Why the best build with us

OpenAI OpenAI
Brex Brex
Notion Notion
SoundCloud SoundCloud
Ancestry Ancestry
At OpenAI, we want to iterate as fast as possible. Statsig enables us to grow, scale, and learn efficiently. Integrating experimentation with product analytics and feature flagging has been crucial for quickly understanding and addressing our users' top priorities.
OpenAI
Dave Cummings
Engineering Manager, ChatGPT
Brex's mission is to help businesses move fast. Statsig is now helping our engineers move fast. It has been a game changer to automate the manual lift typical to running experiments and has helped product teams ship the right features to their users quickly.
Brex
Karandeep Anand
President
At Notion, we're continuously learning what our users value and want every team to run experiments to learn more. It’s also critical to maintain speed as a habit. Statsig's experimentation platform enables both this speed and learning for us.
Notion
Mengying Li
Data Science Manager
We evaluated Optimizely, LaunchDarkly, Split, and Eppo, but ultimately selected Statsig due to its comprehensive end-to-end integration. We wanted a complete solution rather than a partial one, including everything from the stats engine to data ingestion.
SoundCloud
Don Browning
SVP, Data & Platform Engineering
We only had so many analysts. Statsig provided the necessary tools to remove the bottleneck. I know that we are able to impact our key business metrics in a positive way with Statsig. We are definitely heading in the right direction with Statsig.
Ancestry
Partha Sarathi
Director of Engineering
We use cookies to ensure you get the best experience on our website.
Privacy Policy