feat(analytics) drop defunct Google Analytics integration

We haven't used in years. Those who want to use it can still create
their own custom script and include it, since it wasn't even included by
default.
This commit is contained in:
Saúl Ibarra Corretgé
2025-02-03 20:59:58 +01:00
committed by Saúl Ibarra Corretgé
parent f0d2106c1a
commit b60210d0ad
10 changed files with 0 additions and 182 deletions

View File

@@ -87,7 +87,6 @@ export async function createHandlers({ getState }: IStore) {
amplitudeIncludeUTM,
blackListedEvents,
scriptURLs,
googleAnalyticsTrackingId,
matomoEndpoint,
matomoSiteID,
whiteListedEvents
@@ -98,7 +97,6 @@ export async function createHandlers({ getState }: IStore) {
amplitudeIncludeUTM,
blackListedEvents,
envType: deploymentInfo?.envType || 'dev',
googleAnalyticsTrackingId,
matomoEndpoint,
matomoSiteID,
group,