Skip to content

Commit

Permalink
feat: telemetry disclosure (#2562)
Browse files Browse the repository at this point in the history
* feat: telemetry disclosure

* add anonymous
  • Loading branch information
HugoCasa authored Nov 4, 2023
1 parent aa5b71c commit 1bb8b60
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/lib/components/InstanceSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,9 @@
>
{:else if category == 'Telemetry'}
<div class="text-secondary pb-4 text-xs">
Telemetry helps Windmill build a better product for all
Anonymous usage data is collected to help improve Windmill.
<br />The following information is collected:
<ul class="list-disc list-inside pl-2"><li>version</li></ul>
</div>
{/if}
{#if category == 'SSO/OAuth'}
Expand Down

0 comments on commit 1bb8b60

Please sign in to comment.