diff --git a/src/ts/analytics.ts b/src/ts/analytics.ts index d6e838b..3b0d7e6 100644 --- a/src/ts/analytics.ts +++ b/src/ts/analytics.ts @@ -6,7 +6,7 @@ import { import { RegistrySpec } from "./iglu/Registries"; -const SNOWPLOW_ENDPOINT = "https://d.poplindata.com"; +const SNOWPLOW_ENDPOINT = "https://snowflake-217500-prod1.collector.snplow.net"; const SCHEMA_COLLECTOR_TELEMETRY = "iglu:com.snowplowanalytics.telemetry/collector_telemetry/jsonschema/1-0-0" as const;