You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app, whether used in Electron from the release repo or on https://usevia.app, collects data without informing the user. As a user, I am concerned about the collection and use of my personal data. I believe that other users may share this concern, especially given the nature of the app, which deals with keyboard input. (See #226.)
The application does not provide clear and transparent information about the data collection practices, including the use of any third-party tools or services such as Sentry and Application Insights.
Please add a Privacy Policy (eg: in settings tab?) that clearly explains the data collection practices, including the types of data being collected, the purposes for which the data is being used, and any third-party tools or services that are involved in the data collection process. The Privacy Policy should also outline the user's rights regarding their data, such as the right to access, correct, or delete their data.
Idealy, an opt-out option could be added to the application that allows users to easily opt-out of data collection. This could be implemented as a toggle switch in the application's settings menu.
The app, whether used in Electron from the release repo or on https://usevia.app, collects data without informing the user. As a user, I am concerned about the collection and use of my personal data. I believe that other users may share this concern, especially given the nature of the app, which deals with keyboard input. (See #226.)
The application does not provide clear and transparent information about the data collection practices, including the use of any third-party tools or services such as Sentry and Application Insights.
Please add a Privacy Policy (eg: in settings tab?) that clearly explains the data collection practices, including the types of data being collected, the purposes for which the data is being used, and any third-party tools or services that are involved in the data collection process. The Privacy Policy should also outline the user's rights regarding their data, such as the right to access, correct, or delete their data.
Idealy, an opt-out option could be added to the application that allows users to easily opt-out of data collection. This could be implemented as a toggle switch in the application's settings menu.
Yadomi
For references:
Sentry:
app/src/index.tsx
Lines 17 to 23 in d76f990
app/src/store/index.ts
Line 28 in d76f990
app/src/Routes.tsx
Line 39 in d76f990
app/src/store/errorsListener.ts
Line 14 in d76f990
ApplicationInsights
app/src/index.tsx
Lines 25 to 32 in d76f990
app/api/host.json
Lines 4 to 9 in d76f990
The text was updated successfully, but these errors were encountered: