[2.7.1] - 2018-09-27
Fixed:
- Event posts did not include the HTTP header that specifies the SDK version. They now do again. Note that the
sendLDHeaders
option does not affect this; if the header is turned off for flag requests, it should still be sent in events, since events always require a CORS preflight check anyway (and are delivered asynchronously, so the OPTIONS request does not slow down page loads).