From fc978c4a121915f3791e327c1337d03d54f9cb44 Mon Sep 17 00:00:00 2001 From: "@mrubens" <2600+mrubens@users.noreply.github.com> Date: Wed, 9 Sep 2026 03:06:47 +0000 Subject: [PATCH] fix: correct Sentry client comment typo --- apps/web/src/instrumentation-client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/instrumentation-client.ts b/apps/web/src/instrumentation-client.ts index dee400c55d..e532d00b97 100644 --- a/apps/web/src/instrumentation-client.ts +++ b/apps/web/src/instrumentation-client.ts @@ -1,5 +1,5 @@ // This file configures the initialization of Sentry on the client. -// The config you add here will be used whenever a users loads a page in their browser. +// The config you add here will be used whenever a user loads a page in their browser. // https://docs.sentry.io/platforms/javascript/guides/nextjs/ // Note: User context is set via UserAnalyticsContext component.