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 881ab55 commit 068375dCopy full SHA for 068375d
packages/browser/src/types/analytics.ts
@@ -23,9 +23,7 @@ export interface ExperimentAnalyticsEvent {
23
properties: Record<string, string>;
24
25
/**
26
- * Custom user properties from the {@link ExperimentUser} stored by the
27
- * {@link ExperimentClient}. Also includes merged properties provided by the
28
- * {@link ExperimentUserProvider}.
+ * User properties to identify with the user prior to sending the event.
29
*/
30
userProperties?: Record<string, unknown>;
31
}
0 commit comments