chore: remove advertising ID permission and update Umami analytics configuration

This commit is contained in:
pradeepkumar
2026-04-21 17:27:18 +05:30
parent a7611338ae
commit 9c89e93476
2 changed files with 10 additions and 3 deletions

View File

@@ -10,8 +10,10 @@ class UmamiAnalytics {
UmamiAnalytics._();
static const _endpoint = 'https://analytics.superlabs.co';
static const _websiteId = '00e1ce31-e174-4519-8b59-63e8d4556b01';
static const _hostname = 're-quest-mobile.app';
// Mobile-specific Umami website (separate from web) so traffic can be
// analyzed independently.
static const _websiteId = '3b292b24-a48e-41e7-a0a0-012515ed2653';
static const _hostname = 're-quest.app';
static final UmamiService service = UmamiService(
endpoint: _endpoint,