From d5e9f340fcf12910966d60bd948aaf4eb5a890ee Mon Sep 17 00:00:00 2001 From: Juraj Uhlar Date: Mon, 7 Oct 2024 16:01:40 +0200 Subject: [PATCH] chore: use production Amplitude proxy (#166) --- src/client/analytics/Amplitude.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/analytics/Amplitude.tsx b/src/client/analytics/Amplitude.tsx index b2eccc6f..791520c3 100644 --- a/src/client/analytics/Amplitude.tsx +++ b/src/client/analytics/Amplitude.tsx @@ -2,7 +2,7 @@ import * as amplitude from '@amplitude/analytics-browser'; import { usePlaygroundSignals } from '../../app/playground/hooks/usePlaygroundSignals'; import { FunctionComponent } from 'react'; -const AMPLITUDE_INGRESS_PROXY = 'https://dlxhio63e79vv.cloudfront.net/ampl-api/2/httpapi'; +const AMPLITUDE_INGRESS_PROXY = 'https://demo.fingerprint.com/ampl-api/2/httpapi'; const EVENT_TYPE = 'Demo Page Viewed'; /**