Changed
- Default exporter URL is now
https://ingest.latitude.so— previously the SDK fell back tohttp://localhost:3002wheneverLATITUDE_TELEMETRY_URLwas unset, which silently dropped traces for any consumer who didn't read the docs and explicitly export the env var. Production ingest is now the only default; point at a different ingest by settingLATITUDE_TELEMETRY_URLexplicitly (e.g.LATITUDE_TELEMETRY_URL=http://localhost:3002for local development).