mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
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:
committed by
Saúl Ibarra Corretgé
parent
f0d2106c1a
commit
b60210d0ad
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user