v8.22.0
Adds generateUUID
function to client options, which will be used in the correlationIdSetter
interceptor.
This allows us to use native UUID generators in platforms that are not compatible with uuid
library, such as tvOS
.
Fortunately, they have their own UUID generator.