mirror of
https://github.com/sudosylabs/vnidrop.git
synced 2026-08-05 02:29:55 +02:00
fix(app): standardize branding and disable telemetry
This commit is contained in:
@@ -16,8 +16,9 @@ android.useAndroidX=true
|
||||
# VniDrop: compile-time diagnostics/telemetry product surface.
|
||||
# false → no Share-diagnostics toggle, no telemetry or crash auto-upload stack.
|
||||
# Bug report UI remains available (user-initiated).
|
||||
# Override per build: ./gradlew … -Pvnidrop.diagnostics.included=false
|
||||
vnidrop.diagnostics.included=true
|
||||
# Enable per build only when endpoint and ingest key are configured:
|
||||
# ./gradlew … -Pvnidrop.diagnostics.included=true
|
||||
vnidrop.diagnostics.included=false
|
||||
# Cloudflare Worker base URL (no trailing slash). Both endpoint/key empty → NoOp transport.
|
||||
# Example: https://vnidrop-diagnostics.<subdomain>.workers.dev
|
||||
vnidrop.diagnostics.endpoint=
|
||||
|
||||
Reference in New Issue
Block a user