cpp_client_telemetry
cpp_client_telemetry copied to clipboard
Create a standardized config to only store events in memory
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.