core-native
Version:
A lightweight framework based on React Native + Redux + Redux Saga, in strict TypeScript.
11 lines • 383 B
TypeScript
/**
* For React Native, the caller is responsible for providing deviceId/route etc. to logger context.
*
* Only sessionId is provided here.
* Session ID is fixed during app lifecycle (till full exit from phone memory).
* A new session ID is generated for next use.
*/
export declare const loggerContext: {
session_id: string;
};
//# sourceMappingURL=logger-context.d.ts.map