07-22-2020 01:09 PM
When Nuxeo Drive is first launched on Windows it ask to share debug information with developers...
Even if the config.ini has the below lines it still show the message... (I have yet to test if setting the global config would make a difference)
use-analytics = False
use-sentry = Flase
After you acknowledge the debug screen a new file is created in .nuxeo-drive called metrics.state My thought is to include this file after install of Drive to prevent the screen from showing on first launch. Is there a better way?
07-23-2020 04:26 AM
You are right: creating the metrics.state
will work and is the only way to prevent such dialog box.
If it is an empty file, no analytics will be sent.
If you want to enable Sentry, it must have those content:
sentry
And if you want to enable Google analytics, it must have those content:
analytics
To enable both:
sentry
analytics
07-23-2020 04:26 AM
You are right: creating the metrics.state
will work and is the only way to prevent such dialog box.
If it is an empty file, no analytics will be sent.
If you want to enable Sentry, it must have those content:
sentry
And if you want to enable Google analytics, it must have those content:
analytics
To enable both:
sentry
analytics
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.