From 552d123c79c9080ecfbe195cbeabcd830431ad22 Mon Sep 17 00:00:00 2001 From: Anton Afanasyeu Date: Sat, 20 Jun 2026 21:09:35 +0300 Subject: [PATCH] google analytics account --- examples/crash_reporter/backend/config/config.php | 4 ++-- examples/crash_reporter/backend/config/config.php.alpine | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/crash_reporter/backend/config/config.php b/examples/crash_reporter/backend/config/config.php index 448a129..fc1cbfe 100644 --- a/examples/crash_reporter/backend/config/config.php +++ b/examples/crash_reporter/backend/config/config.php @@ -38,8 +38,8 @@ return [ ], // Google Analytics 4 (hub + crash console share public/assets/js/analytics.js) 'analytics' => [ - 'enabled' => false, - 'measurement_id' => '', // e.g. G-XXXXXXXXXX + 'enabled' => true, + 'measurement_id' => 'G-8RKGWGQ52P', // e.g. G-XXXXXXXXXX 'debug' => false, ], // On-demand remote access (WireGuard v1) — see docs/REMOTE_ACCESS_IMPL.md diff --git a/examples/crash_reporter/backend/config/config.php.alpine b/examples/crash_reporter/backend/config/config.php.alpine index 448a129..fc1cbfe 100644 --- a/examples/crash_reporter/backend/config/config.php.alpine +++ b/examples/crash_reporter/backend/config/config.php.alpine @@ -38,8 +38,8 @@ return [ ], // Google Analytics 4 (hub + crash console share public/assets/js/analytics.js) 'analytics' => [ - 'enabled' => false, - 'measurement_id' => '', // e.g. G-XXXXXXXXXX + 'enabled' => true, + 'measurement_id' => 'G-8RKGWGQ52P', // e.g. G-XXXXXXXXXX 'debug' => false, ], // On-demand remote access (WireGuard v1) — see docs/REMOTE_ACCESS_IMPL.md