I have a React Native application with MS App Center SDK installed, and would like correlate the client side Analytics events with the backend http server running on node. The SDK exposes a startSession() method, but doesn't expose a sessionid property which could be used as a correlationid sent to the server.
Is there a simple way to correlate Mobile App events with that on the server side ?