To make it easier for developers to log exposure in their all user traffic experiments, it should be possible to log exposure server-side but have the event sent client-side.
For privacy reasons, all-user-traffic experiments – which use edge uniques for enrollment – can only use the JS SDK for data collection. An experiment which uses the PHP SDK for feature toggling needs a way of triggering exposure logging on the client side.
Without this functionality, developers would be required to write client-side instrumentation that detects whether the current page view has any elements (or lack of elements!) that are only there (or only not there!) because user is enrolled in the experiment.
## Acceptance criteria
[ ] A call to `Experiment#logExposure()` in the PHP SDK results in an exposure event sent by the JS SDK, regardless of enrollment authority / identifier type used for enrollment.