getditto / DittoSwiftTools

Diagnostic and Debugging Tools for DittoSwift
MIT License
9 stars 2 forks source link

Swift - add the ability to disable heartbeat output to Ditto collection #113

Closed bplattenburg closed 6 months ago

bplattenburg commented 6 months ago

Today, the heartbeat tool always syncs out to the dittotools_devices collection and allows users to optionally specify additional callbacks to export the data.

We want to give users the ability to disable syncing the data over a ditto collection if desired via a boolean flag in the config publishToDittoCollection (defaulting to true)