mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
Echo: Add config option to prevent duplicate page views for GA4 (#57619)
This commit is contained in:
@@ -211,6 +211,7 @@ export interface GrafanaConfig {
|
||||
secretsManagerPluginEnabled: boolean;
|
||||
googleAnalyticsId: string | undefined;
|
||||
googleAnalytics4Id: string | undefined;
|
||||
googleAnalytics4SendManualPageViews: boolean;
|
||||
rudderstackWriteKey: string | undefined;
|
||||
rudderstackDataPlaneUrl: string | undefined;
|
||||
rudderstackSdkUrl: string | undefined;
|
||||
|
||||
@@ -136,6 +136,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
|
||||
};
|
||||
googleAnalyticsId: undefined;
|
||||
googleAnalytics4Id: undefined;
|
||||
googleAnalytics4SendManualPageViews = false;
|
||||
rudderstackWriteKey: undefined;
|
||||
rudderstackDataPlaneUrl: undefined;
|
||||
rudderstackSdkUrl: undefined;
|
||||
|
||||
Reference in New Issue
Block a user