We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a172812 commit 828e6deCopy full SHA for 828e6de
src/types.ts
@@ -4,7 +4,12 @@ import defaultReactContext from './context';
4
5
/**
6
* Initialization options for the LaunchDarkly React SDK. These are in addition to the options exposed
7
- * by [[LDOptions]] which are common to both the JavaScript and React SDKs.
+ * by {@link LDOptions} which are common to both the JavaScript and React SDKs.
8
+ *
9
+ * @remarks
10
+ * This SDK defaults the `sendEventsOnlyForVariation` value from the `LDOptions` to `true`
11
+ * due to previous limitations. If you want to send all events, then you should override
12
+ * this default.
13
*/
14
export interface LDReactOptions {
15
0 commit comments