We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dff7f8 commit 4f192d8Copy full SHA for 4f192d8
source/renderer/app/config/analyticsConfig.ts
@@ -1,16 +1,17 @@
1
import { Network } from '../../../common/types/environment.types';
2
3
-export const ANALYTICS_API_ENDPOINT = 'http://localhost:8080/matomo.php';
+export const ANALYTICS_API_ENDPOINT =
4
+ 'http://daedalusqa.matomo.cloud/matomo.php';
5
export const PRIVACY_POLICY_LINK =
6
'https://static.iohk.io/terms/iog-privacy-policy.pdf';
7
export const DEV_MODE_SITE_MAP_ID = 1;
8
export const NETWORK_TO_ANALYTICS_SITE_ID_MAP: Record<Network, number> = {
9
mainnet: 4,
10
mainnet_flight: 4,
11
testnet: 3,
- staging: 5,
12
- shelley_qa: 5,
13
- alonzo_purple: 5,
14
- selfnode: 5,
15
- development: 5,
+ staging: 1,
+ shelley_qa: 1,
+ alonzo_purple: 1,
+ selfnode: 1,
16
+ development: 1,
17
};
0 commit comments