Skip to content

Commit 8e0051d

Browse files
committed
Remove extraneous information
1 parent b5976c1 commit 8e0051d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -108,20 +108,12 @@ There are two types of integrations you can configure to integrate feature flag
108108
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

110110
* LaunchDarkly ([Python](/platforms/python/integrations/launchdarkly/) and [JavaScript](/platforms/javascript/integrations/launchdarkly/))
111-
* OpenFeature ([Python](/platforms/python/integrations/openfeature/))
111+
* OpenFeature ([Python](/platforms/python/integrations/openfeature/) and [JavaScript](/platforms/javascript/integrations/openfeature/))
112112

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:
114-
115-
* [LaunchDarkly](/organization/integrations/feature-flag/launchdarkly/#change-tracking-integration)
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. 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:
116114

117115
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.
118116

119-
![Feature Flags](./img/feature-flags.png)
120-
121-
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.
122-
123-
![Feature Flags](./img/suspect-flags-timeline.png)
124-
125117
## Breadcrumbs
126118

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

0 commit comments

Comments
 (0)