<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@snowplow/node-tracker](./node-tracker.md) &gt; [CorePlugin](./node-tracker.coreplugin.md) &gt; [beforeTrack](./node-tracker.coreplugin.beforetrack.md)

## CorePlugin.beforeTrack property

Called before the `filter` method is called and before the trackerCore callback fires (if the filter passes)

<b>Signature:</b>

```typescript
beforeTrack?: (payloadBuilder: PayloadBuilder) => void;
```
