Changed
- OpenTelemetry peer stack upgraded to align with @opentelemetry/sdk-trace-node 2.6 and @opentelemetry/exporter-trace-otlp-http / instrumentation 0.213 (previously 1.x / 0.57), so
LatitudeSpanProcessorand related types match apps using @opentelemetry/sdk-node 0.213+.
Fixed
initLatitude()and examples now useresourceFromAttributes()instead ofnew Resource()(OpenTelemetry JS 2.x API).- Span filtering reads
ReadableSpan.instrumentationScopeinstead of the removedinstrumentationLibraryfield.