Changed
- Default exporter URL is now always
https://ingest.latitude.so— the SDK no longer inspectsNODE_ENVto decide between production and localhost. Previously, the default URL washttp://localhost:3002wheneverNODE_ENVwas anything other than exactlyproduction, which silently dropped traces for consumers who didn't setNODE_ENV=productionor who used values likestaging. 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).