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.
2 parents 80e6c3e + c985daa commit 7f65db0Copy full SHA for 7f65db0
packages/shared/sdk-client/src/api/integrations/Hooks.ts
@@ -181,8 +181,8 @@ export interface Hook {
181
beforeIdentify?(hookContext: IdentifySeriesContext, data: IdentifySeriesData): IdentifySeriesData;
182
183
/**
184
- * This method is called during the execution of the identify process before the operation
185
- * completes, but after any context modifications are performed.
+ * This method is called during the execution of the identify process, after the operation
+ * completes.
186
*
187
* @param hookContext Contains information about the evaluation being performed. This is not
188
* mutable.
0 commit comments