Plug-ins can listen to the xapi:preSendStatement and alter statements before they are tracked.
But is it possible to filter statements - that is prevent a statement form being tracked at all - using xapi:preSendStatement in a plug-in?
An example: If I wanted to track completion statements from a specific component (so it should not be blacklisted) but I only want them tracked, if a specific condition is met.