cpp_client_telemetry icon indicating copy to clipboard operation
cpp_client_telemetry copied to clipboard

Create a standardized config to only store events in memory

Open bliptec opened this issue 4 years ago • 0 comments

The SDK can be built without offline storage, and SQLite also supports a special `:memory: filename, but there isn't a consistent runtime option to only store events in memory. This could be particularly useful for tests where it's unnecessary or undesirable to persist events to disk.

bliptec avatar Apr 06 '21 20:04 bliptec