Skip to content

Commit

Permalink
merge fix (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
kat-statsig authored Jan 17, 2025
1 parent b4521d4 commit a36c039
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 a36c039

Please sign in to comment.