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.
1 parent 530094f commit b41556fCopy full SHA for b41556f
libraries/tracker-core/src/plugins.ts
@@ -44,7 +44,7 @@ export interface CorePlugin {
44
*/
45
activateCorePlugin?: (core: TrackerCore) => void;
46
/**
47
- * Called just before the trackerCore callback fires
+ * Called before the `filter` method is called and before the trackerCore callback fires (if the filter passes)
48
* @param payloadBuilder - The payloadBuilder which will be sent to the callback, can be modified
49
50
beforeTrack?: (payloadBuilder: PayloadBuilder) => void;
0 commit comments