Skip to content

Commit 4243227

Browse files
Formatting
Co-authored-by: Michelle Zhang <[email protected]>
1 parent acb2b71 commit 4243227

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
@@ -105,7 +105,7 @@ 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 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

110110
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:
111111

0 commit comments

Comments
 (0)