toastui icon indicating copy to clipboard operation
toastui copied to clipboard

Turn off Google analytics ?

Open iainmwallace opened this issue 6 months ago • 1 comments

Wonderful package!!

Is it possible to turn off the google analytics option in toastui via ?

According to some documentation they use GA to track usage of the open source library and it can be turned off via a configuration option

Thanks!

https://github.com/nhn/tui.grid/blob/master/packages/toast-ui.grid/README.md#

const options = { // ... usageStatistics: false };

const instance = new Grid(options);

iainmwallace avatar Aug 09 '24 22:08 iainmwallace