export const getAmplitudeEndpoint = (host: string): string => { return `https://${host}/amplitude/2/httpapi`; };