Skip to content

Commit b5976c1

Browse files
committed
Clean up redundant documentation
1 parent 22a253e commit b5976c1

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

docs/product/issues/issue-details/index.mdx

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -105,33 +105,23 @@ If you’ve enabled [Session Replay](/product/explore/session-replay/), you’ll
105105
## Feature Flags
106106
There are two types of integrations you can configure to integrate feature flag data into your error events.
107107

108-
The first type is **flag evaluation tracking** within the Sentry SDK. To enable it, update the Sentry SDK's `init` method to include one of our supported feature flag integrations. Support varies by language and by provider. Doing so will give you access to the feature flag table, which shows any flags that were evaluated after the Sentry SDK's initialization and before the error event occurred. You will see rows of (flag, evaluation-result) pairs.
108+
The first integration type is **flag evaluation tracking** within the Sentry SDK. To enable it, update the Sentry SDK's `init` method to include one of our supported feature flag integrations. Support varies by language and by provider. Doing so will give you access to the feature flag table, which shows any flags that were evaluated after the Sentry SDK's initialization and before the error event occurred. You will see rows of (flag, evaluation-result) pairs. Supported integrations include:
109109

110-
The second type is **feature flag change tracking**. This will enable a timeline of feature flag definition changes on the event and user volume chart on the Issue Details page. These annotations can help you diagnose when a feature flag change is related to a new issue. To enable this type of integration, please visit the documentation page of one of our supported providers:
110+
* LaunchDarkly ([Python](/platforms/python/integrations/launchdarkly/) and [JavaScript](/platforms/javascript/integrations/launchdarkly/))
111+
* OpenFeature ([Python](/platforms/python/integrations/openfeature/))
112+
113+
The second integration type is **feature flag change tracking**. This will enable a timeline of feature flag definition changes on the event and user volume chart on the Issue Details page. These annotations can help you diagnose when a feature flag change is related to a new issue. To enable this type of integration, please visit the documentation page of one of our supported providers:
111114

112115
* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/#change-tracking-integration)
113116

114-
When both integrations are enabled, you'll also see suspect feature flags highlighted in yellow in the feature flag table. Feature flags are marked as "suspect" if they're modified suspiciously close to the detection of a new issue.
117+
When both integrations are enabled, you'll see suspect feature flags highlighted in yellow in the feature flag table. Feature flags are marked as "suspect" if they're modified suspiciously close to the detection of a new issue.
115118

116119
![Feature Flags](./img/feature-flags.png)
117120

118121
A timeline of feature flag changes is displayed in the event and user volume chart. It can help you diagnose when a feature flag change has triggered a new error.
119122

120123
![Feature Flags](./img/suspect-flags-timeline.png)
121124

122-
Additionally, feature flag definition changes may be flagged as "suspect" if they're modified shortly before an error event occurs. Suspect feature flags are highlighted in yellow within the feature flag table.
123-
124-
![Feature Flags](./img/suspect-flags-table.png)
125-
126-
To enable suspect feature flags and feature flag change annotations, click the "Set Up Integration" button on the feature flag table and follow the instructions. If you need more specific instructions, click the "Read Docs" button.
127-
128-
![Feature Flags](./img/feature-flag-modal.png)
129-
130-
To learn more about enabling feature flag change tracking, visit the documentation for one of the supported providers below.
131-
132-
* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/#change-tracking-integration)
133-
134-
135125
## Breadcrumbs
136126

137127
![Breadcrumbs](./img/issue-breadcrumbs.png)

0 commit comments

Comments
 (0)