Skip to content

Commit db5797d

Browse files
Formatting and naming corrections
Co-authored-by: Michelle Zhang <[email protected]>
1 parent 1b0e3d4 commit db5797d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ There are two types of integrations you can configure to integrate feature flag
107107

108108
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.
109109

110-
The second type is feature flag change tracking. This will enable a timeline of feature flag definition changes inside the releases graph. 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+
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:
111111

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

0 commit comments

Comments
 (0)