Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add missing spaces in opentelemetry log message (#360)
Currently this log message renders like this: ``` This service is instrumented using OpenTelemetry.OpenTelemetry could not be imported; pleaseadd opentelemetry-api and opentelemetry-instrumentationpackages in order to get BigQuery Tracing data. ``` where it should be ``` This service is instrumented using OpenTelemetry. OpenTelemetry could not be imported; please add opentelemetry-api and opentelemetry-instrumentation packages in order to get BigQuery Tracing data." ```
- Loading branch information