Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/en/feature_flags/server/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
- **Datadog Agent** version 7.55 or later with [Remote Configuration][1] enabled
- **Datadog [API key][4]** configured on the Agent
- **Datadog Ruby SDK** `datadog` version 2.24.0 or later
- **OpenFeature Ruby SDK** `openfeature-sdk` version 0.5.1 or later if you need flag evaluation metrics support
- **Ruby runtime** version 3.1 or later to use the full Datadog Feature Flags OpenFeature integration
- **OpenFeature Ruby SDK** `openfeature-sdk` version 0.5.1 or later for provider hooks, exposure logging, and flag evaluation metrics support
- **Service and environment configured** - Feature flags are targeted by service and environment
- **Supported operating system** - Production support is limited to [Linux operating systems][2]. macOS and Windows are not natively supported production targets, but Dockerized Linux environments running on those operating systems are. For local development on macOS, you can use a compatible prebuilt native artifact when one is available.

<div class="alert alert-info">The Datadog Ruby tracer supports older Ruby runtimes for APM. Applications on older Ruby versions, including Ruby 2.5, can continue to use Datadog APM, but cannot use Datadog Feature Flags through OpenFeature until they upgrade to Ruby 3.1 or later. The OpenFeature Ruby SDK versions that expose the provider hook surface required for complete Feature Flags telemetry require Ruby 3.1 or later.</div>

Check notice on line 38 in content/en/feature_flags/server/ruby.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

## Installing and initializing

Expand Down
Loading