You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# setting `environment` in `instrumentation.ts`'s `Sentry.init` wouldn't work for server setup, but the fallback env variable `SENTRY_ENVIRONMENT` does.
SENTRY_ENVIRONMENT="development"
# the fallback `SENTRY_ENVIRONMENT` does not work for client setup, but setting `environment` in `sentry.client.config.ts`'s `Sentry.init` does (which relies on client-side env variable)