diff --git a/src/docs/product/sentry-basics/environments/index.mdx b/src/docs/product/sentry-basics/environments/index.mdx index 9b77c8b47ef43..36fd65ee261eb 100644 --- a/src/docs/product/sentry-basics/environments/index.mdx +++ b/src/docs/product/sentry-basics/environments/index.mdx @@ -13,7 +13,7 @@ Environments help you better filter issues, releases, and user feedback in the * Use projects to separate different services or applications, and environments to separate different environments or release stages within each. If you've selected one or more projects in the filters of Sentry's web UI, the environment selector shows only environments associated with events from the selected projects. -![A project's All Environments dropdown expanded to show production and staging as options.](env_dropdown.png) +![All Envs dropdown](sentry_env.png) Environments are unique to each organization. Environment settings, however, are defined per project since you can hide environments per project. @@ -41,4 +41,6 @@ Since you can't delete environments, Sentry has an option to hide it from the UI If a project is hidden, you won't see that environment in the environment selector, unless another project with events from the same environment is also selected (and doesn't have it hidden in its project settings). -![The Manage Environments page has two tabs for Environments and Hidden.](env_hidden.png) +Follow along with the gif below to see how to hide and unhide environments. + +
diff --git a/src/docs/product/sentry-basics/environments/sentry-env.png b/src/docs/product/sentry-basics/environments/sentry-env.png new file mode 100644 index 0000000000000..7ad2ff9702430 Binary files /dev/null and b/src/docs/product/sentry-basics/environments/sentry-env.png differ