Some checks failed
Auto-update PR branches / Update open PR branches (push) Has been cancelled
CI / Frontend Static Quality Checks (push) Has been cancelled
CI / Frontend Tests & Coverage (push) Has been cancelled
CI / Rust Tests & Quality Checks (push) Has been cancelled
CI / Linux build verification (push) Has been cancelled
Release (Alpha) / Compute alpha version (push) Has been cancelled
Release (Alpha) / Build release artifacts (push) Has been cancelled
Release (Alpha) / GitHub Release (alpha) (push) Has been cancelled
Release (Alpha) / Update docs and release pages (push) Has been cancelled
Deploy docs / Build VitePress site (push) Has been cancelled
Deploy docs / Deploy to GitHub Pages (push) Has been cancelled
19 lines
646 B
Plaintext
19 lines
646 B
Plaintext
# Copy to .env.local and fill in real values.
|
|
# These are never committed — .env.local is gitignored.
|
|
# Release workflows must mirror these values into GitHub Actions secrets:
|
|
# - VITE_SENTRY_DSN
|
|
# - SENTRY_DSN (same value as VITE_SENTRY_DSN for Rust-side crash reporting)
|
|
# - VITE_POSTHOG_KEY
|
|
# - VITE_POSTHOG_HOST
|
|
|
|
# Sentry DSN (https://sentry.io → Project → Settings → Client Keys)
|
|
VITE_SENTRY_DSN=
|
|
|
|
# PostHog (https://posthog.com → Project → Settings → Project API Key)
|
|
VITE_POSTHOG_KEY=
|
|
VITE_POSTHOG_HOST=https://eu.i.posthog.com
|
|
|
|
# Lara CLI (https://github.com/translated/lara-cli)
|
|
LARA_ACCESS_KEY_ID=
|
|
LARA_ACCESS_KEY_SECRET=
|