Skip to content

Commit

Permalink
Merge branch 'main' into brock-hack
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig authored Jan 17, 2025
2 parents 46f968c + a36c039 commit 7cfbeb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/JSSnippets.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const options: StatsigOptions = {
new StatsigSessionReplayPlugin(),
new StatsigAutoCapturePlugin(),
],
{ environment: { tier: "production" } } // Optionally set the environment
environment: { tier: "production" } // Optionally set the environment
};
const myStatsigClient = new StatsigClient(YOUR_SDK_KEY, user, options);
Expand Down

0 comments on commit 7cfbeb6

Please sign in to comment.