File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/shared/sdk-client/src/api/integrations Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,9 +73,10 @@ export interface IdentifySeriesData {
7373 *
7474 * An example in which an error may occur is lack of network connectivity
7575 * preventing the SDK from functioning.
76- *
76+ *
7777 * The SDK may also shed an identify operation if it is not needed. In which case
78- * the status will be 'shed'.
78+ * the status will be 'shed'. For SDKs that default to non-sheddable, the status
79+ * will only ever be 'shed' if the user has opted into a sheddable identify.
7980 */
8081export type IdentifySeriesStatus = 'completed' | 'error' | 'shed' ;
8182
@@ -186,7 +187,7 @@ export interface Hook {
186187 /**
187188 * This method is called during the execution of the identify process, after the operation
188189 * completes.
189- *
190+ *
190191 * The beforeIdentify methods will be called in the order of the identify calls to the SDK,
191192 * but afterIdentify may not be in the same order. This is because the SDK may shed an identify
192193 * operation if it is not needed. This will result in the afterIdentify method potentially being
You can’t perform that action at this time.
0 commit comments