Changed
- Lazy-load Traceloop instrumentations —
@traceloop/instrumentation-*packages are nowawait import()ed insideregisterLatitudeInstrumentations()only for the instrumentation types the caller requests, instead of being statically imported when@latitude-data/telemetryis loaded. Importing the SDK no longer pulls every provider instrumentation (and its transitive AI SDK graph — e.g.@langchain/core,langchain) into the consumer's bundle. When a requested instrumentation's package is missing, a clear warning is logged and that instrumentation is skipped.