Skip to content

Commit

Permalink
chore: use production Amplitude proxy (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar authored Oct 7, 2024
1 parent 2e16ec4 commit d5e9f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/analytics/Amplitude.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit d5e9f34

Please sign in to comment.