Skip to content

v8.22.0

Compare
Choose a tag to compare
@altaywtf altaywtf released this 19 Jan 07:39
· 110 commits to master since this release
3a356ce

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.