1
0
mirror of git://f0xx.org/android_cast synced 2026-07-29 05:17:39 +03:00

next force snapshot

This commit is contained in:
Anton Afanasyeu
2026-05-30 16:23:01 +02:00
parent eebee1864d
commit 3b0a694aa6
34 changed files with 1759 additions and 130 deletions

View File

@@ -19,3 +19,12 @@ Deploy copies/symlink under `.../androidcast_project/` on the VM. Background wat
See **[DEPLOY.md](DEPLOY.md)** — edit `listen 80` in `tmp/BE_alpine/etc/nginx/conf.d/apps.conf` using
`examples/crash_reporter/backend/nginx.apps-port80.fragment`.
## Google Analytics (optional)
Shared loader: `../crash_reporter/backend/public/assets/js/analytics.js`
1. Hub: copy `assets/analytics.config.example.js``assets/analytics.config.js` and set `measurementId: 'G-…'`.
2. Crash console: in `config/config.php` set `analytics.enabled` and `analytics.measurement_id`.
Tracks hub page views, nav card clicks, and crash-console views (`console_view` by `data-view`).