Skip to content

Commit 55bc466

Browse files
Apply suggestions from code review
Co-authored-by: Csilla Kisfaludi <55664408+aisz0811@users.noreply.github.com>
1 parent 549b6c6 commit 55bc466

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

website/docs/zombie-flags.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Zombie Flags
44
description: This page explains how to identify and manage Zombie Flags in ConfigCat through the dashboard, email reports, or the Zombie Flags API.
55
---
66

7-
Zombie flags are feature flags that are no longer needed or actively used. They often remain in the codebase long after their purpose has been fulfilled. Removing these outdated flags can reduce technical debt, improve performance, and simplify your codebase.
7+
Zombie flags (stale flags) are feature flags that are no longer needed or actively used. They often remain in the codebase long after their purpose has been fulfilled. Removing these outdated flags can reduce technical debt, improve performance, and simplify your codebase.
88

99
Common scenarios where zombie flags appear:
1010

@@ -34,9 +34,9 @@ There are three ways to access and manage Zombie flags in ConfigCat:
3434
The [Zombie flags page](https://app.configcat.com/product/zombie-flags) shows all the stale flags in a table for the selected product based on the filters set:
3535

3636
- **Inactivity**: How long the flag was inactive for.
37-
- **Feature flag scope**: All flags or only ones that are watched by you.
38-
- **Included environments**: The ConfigCat [environment](https://configcat.com/docs/main-concepts/#environment) for which you want to analyze flags.
39-
- **Ignored flags based on tags**: The flags to exclude based on their tags.
37+
- **Feature flag scope**: Choose between all feature flags or only those you are watching.
38+
- **Included environments**: The ConfigCat [environment(s)](https://configcat.com/docs/main-concepts/#environment) to include in the analysis.
39+
- **Ignored flags based on tags**: Exclude flags based on assigned tags.
4040
- **Stale in all/any selected environments**: Choose whether to include flags that are stale in all or any of the selected environments.
4141
- **Filter by config or feature flag name**: Type at least the first letter of the feature flag or config name to auto-filter the results.
4242

@@ -50,14 +50,14 @@ If you have the [Code References](https://configcat.com/docs/advanced/code-refer
5050

5151
### Using the Zombie Flags Report Email
5252

53-
The Zombie Flags Report scans your ConfigCat dashboard and sends an email report of the feature flags that haven't been updated or toggled within a specified time frame.
53+
The Zombie Flags Report scans your ConfigCat dashboard and sends an email report of the feature flags that haven't been updated or toggled within the configured timeframe.
5454

55-
You could customize the report to include only the flags you want to track, similar to filtering in the dashboard.
55+
You can customize the report to include only the flags you want to track, using filters similar to those available in the dashboard.
5656

5757
#### How to Set Up the Zombie Feature Flags Report
5858

5959
1. Log in to the [ConfigCat dashboard](https://app.configcat.com/my-account/zombie-flags-report).
60-
2. Click the Organization name in the top-right corner.
60+
2. Click the Organization name in the top-left corner.
6161
3. Select **My Zombie Flags Report** from the dropdown menu.
6262

6363
<img alt="Navigating to My Zombie Flags Report" src="/docs/assets/guide/my-zombie-flags-report/navigating-to-my-zombie-flags-report_192dpi.png" width="1366" height="768" decoding="async" loading="lazy" />
@@ -66,15 +66,15 @@ You could customize the report to include only the flags you want to track, simi
6666

6767
The email report could be customized as follows:
6868

69-
- **Receive report via email:** Toggle this option to enable the email report, and specify how often you'd like to receive the report (e.g., daily, weekly, or monthly).
69+
- **Receive report via email:** Turn on email notifications and set the frequency (daily, weekly, monthly).
7070

7171
- **Criteria:** Define how long a flag must be inactive before it's marked as stale.
7272

73-
- **Scope:** Choose to include all feature flags or only the ones you're watching.
73+
- **Scope:** Include all flags or only watched ones.
7474

75-
- **Environment:** Select the ConfigCat [environment](https://configcat.com/docs/main-concepts/#environment) for which you want to analyze flags.
75+
- **Environment:** Choose the ConfigCat [environment(s)](https://configcat.com/docs/main-concepts/#environment) you want to analyze.
7676

77-
- **Tags:** Select the flags you want to ignore in the report based on their tags.
77+
- **Tags:** Exclude specific flags based on tags.
7878

7979
- **Stale in all/any selected environments:** Choose whether to include flags that are stale in all or any of the selected environments.
8080

@@ -88,9 +88,9 @@ Here's a preview of what the Zombie Flags report email looks like:
8888

8989
### Using the Zombie Flags API
9090

91-
The [Zombie Flags API](https://api.configcat.com/docs/index.html#tag/Zombie-(stale)-flags) allows you to access your zombie flags using an API endpoint programmatically.
91+
The [Zombie Flags API](https://api.configcat.com/docs/index.html#tag/Zombie-(stale)-flags) allows programmatic access to zombie flag data. This is useful for integrating flag cleanup processes into your CI/CD workflows or internal tooling.
9292

93-
Here's a preview of what it looks like in Postman:
93+
You can use tools like Postman to retrieve zombie flag data via the API for testing or integration. Here's a preview of what it looks like in Postman:
9494

9595
<img alt="Using the Zombie Flags API in Postman" src="/docs/assets/guide/my-zombie-flags-report/using-the-zombie-flags-api-in-postman_192dpi.png" width="1366" height="768" decoding="async" loading="lazy" />
9696

0 commit comments

Comments
 (0)