When contacting us about issues we may ask for a "correlation id" since that's the term we use internally. It isn't clear in the SDK where/how to obtain this.
Solution
Adding getCorrelationId() as an alias for getLogRef() so it's more clear what we're asking for.
Problem
When contacting us about issues we may ask for a "correlation id" since that's the term we use internally. It isn't clear in the SDK where/how to obtain this.
Solution
Adding
getCorrelationId()
as an alias forgetLogRef()
so it's more clear what we're asking for.