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