diff --git a/apps/web/src/instrumentation-client.ts b/apps/web/src/instrumentation-client.ts index dee400c55..e532d00b9 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.