Skip to content

Commit 958ec8f

Browse files
committed
Lint
1 parent 6db624d commit 958ec8f

File tree

1 file changed

+4
-3
lines changed
  • packages/shared/sdk-client/src/api/integrations

1 file changed

+4
-3
lines changed

packages/shared/sdk-client/src/api/integrations/Hooks.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/
8081
export 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

0 commit comments

Comments
 (0)