strictValidation
What happens to a track/screen event validator rejects. false (the default, meant for release builds) drops the event and logs the reason — a tracking-plan violation should never crash the app. true (meant for debug builds) throws immediately instead, so mistakes are caught during development rather than silently dropped in production.