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
By default, sentry searches for the environment variable SENTRY_ENVIRONMENT. For projects without environment variables, it should be possible to set the environment through the settings.
By default, sentry searches for the environment variable
SENTRY_ENVIRONMENT
. For projects without environment variables, it should be possible to set the environment through the settings.Similar to the
Settings.Release.yaml
:We could then introduce a
FlowSettings
Provider for the Environment.Since the default setting is
%env:SENTRY_ENVIRONMENT%
, this will also work for projects with environment variables.The text was updated successfully, but these errors were encountered: