You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdk-node): wire up metric producers from declarative config #6712@MikeGoldsmith
feat(sdk-logs)!: add support for attributes in LoggerOptions #6573@pichlermarc
🐛 Bug Fixes
fix(sdk-node): pass all config properties to log record exporters in declarative config #6708@MikeGoldsmith
fix(sdk-node): warn and ignore zero exporter timeout in declarative config #6711@MikeGoldsmith
fix(sdk-node): pass gRPC credentials and headers to span exporter in declarative config #6705@MikeGoldsmith
fix(otlp-transformer): do not attempt to skip groups #6704@pichlermarc
fix(otlp-grpc-exporter-base): recreate client after 5 consecutive DEADLINE_EXCEEDED to recover from connection dropped deadlock #6296@afharo
fix(browser-detector): use the right semantic convention for user agent resource attribute #6729@david-luna
fix(browser-detector): user agent resource attribute always #6754@david-luna
fix(opentelemetry-exporter-prometheus): handle additional edge cases in metric name conversion #6727@cjihrig
fix(sdk-logs): avoid null dereference in BatchLogRecordProcessor._flushAll when an in-flight export completes between awaits #6763@Janealter
fix(configuration): improve environment variable substitution to handle all the cases shown in the spec #6757@trentm
📚 Documentation
docs(otlp-exporter-base): index the package's public API in generated docs so types like OTLPExporterNodeConfigBase resolve and link from consumer exporter pages #6725@devareddy05
🏠 Internal
refactor(configuration): remove redundant env var parsing in EnvironmentConfigFactory #6710@MikeGoldsmith