-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Context The extractor can return null to skip tracking, but the only visibility is a log line. Add a hook so apps can track skip reasons.
Goal Expose an optional onSkip callback that is called when extractor returns null.
Acceptance Criteria
middlewareEventConsumerconfig accepts optionalonSkip.onSkipis called with{ req, reason?: string }when extractor returnsnull.- Default behavior unchanged (still skips tracking silently if callback not provided).
Notes
- Reason can be a short string like
"extractor_returned_null" or based on caller-provided value.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers