Skip to content

Commit ea1ab1b

Browse files
committed
Add experimental notice for plugins.
1 parent 56f38dd commit ea1ab1b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/sdk/browser/src/options.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ export interface BrowserOptions extends Omit<LDOptionsBase, 'initialConnectionMo
5757

5858
/**
5959
* A list of plugins to be used with the SDK.
60+
*
61+
* Plugin support is currently experimental and subject to change.
6062
*/
6163
plugins?: LDPlugin[];
6264
}

packages/sdk/react-native/src/RNOptions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ export interface RNSpecificOptions {
110110

111111
/**
112112
* A list of plugins to be used with the SDK.
113+
*
114+
* Plugin support is currently experimental and subject to change.
113115
*/
114116
plugins?: LDPlugin[];
115117
}

0 commit comments

Comments
 (0)