Skip to content

Commit b41556f

Browse files
committed
Clarify docstring
1 parent 530094f commit b41556f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/tracker-core/src/plugins.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export interface CorePlugin {
4444
*/
4545
activateCorePlugin?: (core: TrackerCore) => void;
4646
/**
47-
* Called just before the trackerCore callback fires
47+
* Called before the `filter` method is called and before the trackerCore callback fires (if the filter passes)
4848
* @param payloadBuilder - The payloadBuilder which will be sent to the callback, can be modified
4949
*/
5050
beforeTrack?: (payloadBuilder: PayloadBuilder) => void;

0 commit comments

Comments
 (0)