Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/shared/sdk-client/src/api/integrations/Hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ export interface Hook {
beforeIdentify?(hookContext: IdentifySeriesContext, data: IdentifySeriesData): IdentifySeriesData;

/**
* This method is called during the execution of the identify process before the operation
* completes, but after any context modifications are performed.
* This method is called during the execution of the identify process, after the operation
* completes.
*
* @param hookContext Contains information about the evaluation being performed. This is not
* mutable.
Expand Down