Closed
Description
Problem Statement:
The project currently uses @opentelemetry/propagator-b3 version 2.0.0. This version may contain bugs and lacks the latest improvements and fixes provided in version 2.0.1. Notably, the update addresses issues such as unhandled promise rejections from asynchronous resource attribute rejections, improves ESM compliance, and removes unnecessary verbose logging. Failing to update may result in missed bug fixes, potential runtime warnings, and reduced compatibility with modern Node.js environments.
This issue tracks the need to upgrade @opentelemetry/propagator-b3 to version 2.0.1 to ensure continued stability, compatibility, and maintainability of the tracing instrumentation.