0.214.0
💥 Breaking Changes
- feat(configuration)!: rename OTEL_EXPERIMENTAL_CONFIG_FILE to OTEL_CONFIG_FILE #6486 @maryliag
- refactor!(otlp-grpc-exporter-base): remove
headersfrom gRPC exporter config type, passing headers now results in a compile-time error instead of being silently ignored #6487
🚀 Features
- feat(configuration): add sampler configuration parsing support #6409 @MikeGoldsmith
- feat(configuration): add resource detection parsing #6435 @MikeGoldsmith
- feat(configuration): export interfaces required in other packages #6462 @maryliag
- feat(configuration): set MeterProvider on sdk start #6463 @maryliag
- feat(configuration): export interfaces required in other packages #6507 @maryliag
🐛 Bug Fixes
- fix(opentelemetry-instrumentation): access
requireviaglobalThisto avoid webpack analysis #6481 @overbalance - fix(sdk-logs): fix inflated
droppedAttributesCountwhen updating existing attribute keys #6479 @overbalance - fix(instrumentation-fetch): do not modify the returned type of fetch #6521 @dyladan
- fix(opentelemetry-sdk-node): add missing
@opentelemetry/otlp-exporter-basedependency #6520 @gotgenes
🏠 Internal
- chore: enforce
import typefor type-only imports via ESLint #6467 @overbalance