From a36c03959da00c0f7a43c322bab184a33c3175fd Mon Sep 17 00:00:00 2001 From: kat-statsig <167801639+kat-statsig@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:20:59 -0800 Subject: [PATCH] merge fix (#2500) --- src/components/JSSnippets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/JSSnippets.js b/src/components/JSSnippets.js index 5b2cd35d9..541bdb81d 100644 --- a/src/components/JSSnippets.js +++ b/src/components/JSSnippets.js @@ -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);