Skip to content

Commit 6060be5

Browse files
committed
implment feedback
1 parent 1792c7d commit 6060be5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/platforms/dart/common/feature-flags/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: With Feature Flags, Sentry tracks feature flag evaluations in your
88

99
## Prerequisites
1010

11-
- You have the <PlatformLink to="/">Sentry SDK</PlatformLink> version 9 installed.
11+
- [Sentry SDK](/platforms/dart/#configure) version `9.0.0` or higher is installed.
1212

1313
## Enable Evaluation Tracking
1414

includes/dart-integrations/firebase-remote-config.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ The `sentry_firebase_remote_config` integration provides [Firebase Remote Config
1111
## Behavior
1212

1313
- Adding the `SentryFirebaseRemoteConfig` integration will automatically track feature flag evaluations for boolean Firebase Remote Config values.
14-
- The integration is available in <PlatformLink to="/">Sentry SDK</PlatformLink> version 9.0.0 or higher.
14+
- Only boolean values are supported.
1515

1616
## Prerequisites
1717

18-
1. The Sentry [Dart](/platforms/dart/#configure) SDK is initialized.
19-
2. Firebase Remote Config is set up.
18+
1. [Sentry SDK](/platforms/dart/#configure) version `9.0.0` or higher is installed.
19+
1. Firebase Remote Config is set up.
2020

2121
## Install
2222

0 commit comments

Comments
 (0)