You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/product/issues/issue-details/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,15 +104,15 @@ If you’ve enabled [Session Replay](/product/explore/session-replay/), you’ll
104
104
105
105
## Feature Flags
106
106
107
-
Enabling a feature flag [SDK integration](/product/explore/feature-flags/#evaluation-tracking) will enable the feature flag evaluation table. Here you can see a list of all the flags evaluated and their evaluation results prior to the error event.
107
+
Enabling one or more of our [evaluation tracking integrations](/product/explore/feature-flags/#evaluation-tracking) will reveal the feature flag evaluation table. Here you can see a list of all the flags evaluated and their evaluation results prior to the error event.
108
108
109
109

110
110
111
-
Enabling a feature flag [provider integration](/product/explore/feature-flags/#change-tracking) will enable release-like annotations on the event volume chart. These lines mark feature flag releases and can help identify regressions caused by a feature flag definition change.
111
+
Enabling a [change tracking integration](/product/explore/feature-flags/#change-tracking) will enable release-like annotations on the event volume chart. These lines mark feature flag releases and can help identify regressions caused by a feature flag definition change.
112
112
113
113

114
114
115
-
Enabling both integrations will enable the suspect feature flag detection. Sentry will attempt to identify feature flags which might have caused an error event.
115
+
Enabling both a change tracking integration and a evaluation tracking integration will enable suspect feature flag detection. Sentry will attempt to identify feature flags which might have caused an error event and highlight them for review.
116
116
117
117
Visit the [feature flags product documentation](/product/explore/feature-flags/) page for more details on how to enable feature flag tracking.
0 commit comments