Skip to content

Commit 0dc00d1

Browse files
committed
Add feature flag documentation to issue-details page
1 parent 0011f2d commit 0dc00d1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,13 @@ If you’ve enabled [Session Replay](/product/explore/session-replay/), you’ll
103103
![Session Replay](./img/issue-replay.png)
104104

105105
## Feature Flags
106-
If you’ve enabled a feature flag integration you’ll have access to the feature flag table (if any are associated with the event). The table displays the list of flags and their evaluation result prior to encountering an error.
106+
If you’ve enabled a feature flag integration in your SDK you’ll have access to the feature flag table. If any flags were captured after the Sentry SDK's initialization and before the error event occured the table will contain rows of flag, evaluation-result pairs.
107107

108108
![Feature Flags](./img/feature-flags.png)
109109

110-
A timeline of suspect flags is also available if you're using one of our support service providers. A Sentry web hook can be registered with the following providers:
110+
A timeline of suspect flags is also available if you've enabled at least one flag-audit-log integration.
111111

112-
- LaunchDarkly
113-
114-
To enable the suspect flags timeline please visit this page. TODO!
112+
!TODO! To enable a flag audit log click this button for the popup. Afterwards copy paste your web hook URL into the service provider. !TODO!
115113

116114
![Feature Flags](./img/suspect-flags-timeline.png)
117115

0 commit comments

Comments
 (0)