Documentation Index
Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Overview
This topic explains the prerequisites required to use LaunchDarkly Experimentation. Before you begin, your SDKs must meet the minimum version requirements and be configured to send events, and you must have the required permissions in LaunchDarkly. If you use the Relay Proxy, it must also meet the minimum version requirements and be configured to send events. These prerequisites are explained in detail below.SDK requirements
Your SDKs must meet the following requirements.SDK version number
You must be using the listed version number or higher for the following SDKs:Click to expand a table listing required client-side SDK versions
Click to expand a table listing required client-side SDK versions
Client-side SDKs:| SDK
| --- |
| .NET (client-side)| 2.0.0 |
| Android| 3.1.0 |
| C++ (client-side)| 2.4.8 |
| Electron| All versions |
| Flutter| 0.2.0 |
| iOS| All versions |
| JavaScript| 2.6.0 |
| Node.js (client-side)| All versions |
| React Native| 5.0.0 |
| React Web| All versions |
| Roku| All versions |
| Vue| All versions |
| Version |
|---|
Click to expand a table listing required server-side SDK versions
Click to expand a table listing required server-side SDK versions
Server-side SDKs:| SDK
| --- |
| .NET (server-side)| 6.1.0 |
| Apex| 1.1.0 |
| C/C++ (server-side)| 2.4.0 |
| Erlang| 1.2.0 |
| Go| 5.4.0 |
| Haskell| 2.2.0 |
| Java| 5.5.0 |
| Lua| 1.0 |
| Node.js (server-side)| 6.1.0 |
| PHP| 4.1.0 |
| Python| 7.2.0 |
| Ruby| 6.2.0 |
| Rust| 1.0.0-beta.1 |
| Version |
|---|
Click to expand a table listing required AI SDK versions
Click to expand a table listing required AI SDK versions
AI SDKs:| SDK
| --- |
| .NET AI SDK| 0.1 |
| Go AI SDK| 0.1 |
| Node.js (server-side) AI SDK| 0.1 |
| Python AI SDK| 0.1 |
| Ruby AI SDK| 0.1 |
| Version |
|---|
Click to expand a table listing required edge SDK versions
Click to expand a table listing required edge SDK versions
Edge SDKs:| SDK
| --- |
| Cloudflare| 2.3.0 |
| Vercel| 1.2.0 |
| Version |
|---|
SDK configuration
You must configure your SDKs to do the following:- Send events to LaunchDarkly: If you have disabled sending events for testing purposes, you must re-enable it.
- For AI SDKs, the AI metrics feature sends events. To learn more about the events SDKs send to LaunchDarkly, read Analytics events.
Relay Proxy
If you use the LaunchDarkly Relay Proxy, it must be at least version 8, and you must configure it to send events. If you use holdouts and are using a client-side SDK, the minimum required version of Relay Proxy is 8.- To learn more, read Configuring an SDK to use the Relay Proxy.
Role permissions
To start, stop, and edit experiments, you must have an Admin, Owner, or Writer base role, or a custom role with the following permissions for the specific environments you plan to run experiments in.Experiment actions include:-
createExperiment -
updateExperiment -
updateExperimentArchivedFeature flag actions include: -
createFlag -
updateOn -
updateFallthrough -
updateRulesHoldout actions include: -
addExperimentToHoldout -
createHoldout -
removeExperimentFromHoldout -
updateHoldoutDescription -
updateHoldoutMethodology -
updateHoldoutName -
updateHoldoutStatus -
updateHoldoutRandomizationUnitTo learn more, read Member role concepts.