- Notifications
You must be signed in to change notification settings - Fork 112
Labels
api: spannerIssues related to the googleapis/nodejs-spanner API.Issues related to the googleapis/nodejs-spanner API.
Description
Recent release introduced a feature E2E tracing which added the global propagator here
This should not be added as default in the SDK instead customers should add it.
A step-by-step description of how to reproduce the issue, based on the linked reproduction.
- Enable E2E tracing as per sample observability-traces
- Add Context propagation using any other propagators
propagation.setGlobalPropagator(new CompositePropagator()()); - Propagators will be overwritten
A clear and concise description of what the bug is, and what you expected to happen.
Propagators should not be added as default. This is a breaking behavior for customers already using propagators
This is recent change in 7.17.0
Metadata
Metadata
Assignees
Labels
api: spannerIssues related to the googleapis/nodejs-spanner API.Issues related to the googleapis/nodejs-spanner API.