Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add missing spaces in opentelemetry log message #360

Merged
merged 2 commits into from Nov 3, 2020

Commits on Nov 3, 2020

  1. fix: Add missing spaces in log message

    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."
    ```
    rickard-von-essen committed Nov 3, 2020
    Copy the full SHA
    8cfc086 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d97b4b4 View commit details
    Browse the repository at this point in the history