This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Allow analytics settings to be persisted elsewhere #150
Labels
type-enhancement
A request for a change that isn't a bug
It looks like the settings are serialized to and from a file, however it would be nice to have control over where the data is being loaded and saved to (i.e. a data store, in memory, etc.). It would be helpful to have optional callbacks in the constructor that would handle saving and loading the serialized data, if omitted then file persistence would be required.
The text was updated successfully, but these errors were encountered: