File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed
renderer/src/common/components/help Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -145,6 +145,30 @@ Kubernetes Operator. Learn more in the
145145
146146---
147147
148+ ## Privacy and Telemetry
149+
150+ ToolHive uses [ Sentry] ( https://sentry.io/ ) for error tracking and performance
151+ monitoring to help us identify and fix issues, improve stability, and enhance
152+ the user experience. This telemetry is enabled by default but completely
153+ optional.
154+
155+ ### What data is collected?
156+
157+ - Error reports and crash logs
158+ - Performance metrics
159+ - Usage patterns
160+
161+ ### How to opt out
162+
163+ You can easily disable telemetry at any time:
164+
165+ 1 . Open ToolHive
166+ 2 . Go to ** Settings** (gear icon in the top navigation)
167+ 3 . Find the ** Telemetry** section
168+ 4 . Toggle off telemetry collection
169+
170+ ---
171+
148172## Contributing
149173
150174We welcome contributions and feedback from the community!
Original file line number Diff line number Diff line change @@ -62,6 +62,16 @@ export function HelpDropdown({ className }: { className?: string }) {
6262 GitHub Repository
6363 </ a >
6464 </ DropdownMenuItem >
65+ < DropdownMenuItem asChild >
66+ < a
67+ href = "https://www.iubenda.com/privacy-policy/29074746"
68+ target = "_blank"
69+ rel = "noopener noreferrer"
70+ className = "cursor-pointer"
71+ >
72+ Privacy Policy
73+ </ a >
74+ </ DropdownMenuItem >
6575 </ DropdownMenuContent >
6676 </ DropdownMenu >
6777 )
You can’t perform that action at this time.
0 commit comments