mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:18:09 +03:00
google analytics account
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user