Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 853 Bytes

File metadata and controls

26 lines (16 loc) · 853 Bytes

Telemetry & Analytics

This document describes the telemetry and analytics practices for the Credence Frontend application.

Overview

No telemetry or analytics data is collected by this application.

The Credence Frontend is designed with privacy as a core principle. We do not:

  • Track user behavior
  • Collect personal identifiable information (PII)
  • Use third-party analytics services (e.g., Google Analytics, Segment, Amplitude, Mixpanel)
  • Send any usage data to external servers

Event Catalog

There are no telemetry or analytics events implemented in this codebase.

Privacy & Compliance

Since no telemetry is collected, there are no PII handling considerations or opt-in/opt-out mechanisms needed.

Further Reading