Skip to content

Conversation

conradstephens
Copy link

No description provided.

@senior-dev-bot
Copy link

File: seniordev_demo/web/lifetime.py:

The change of stop_opentelemetry(app) to stop_opentelemetry() suggests that you no longer want to pass the app parameter, but inside the method stop_opentelemetry, if the app parameter is still being used, it will result in an error. Ensure that app is no longer used in stop_opentelemetry method.

def stop_opentelemetry() -> None:  # pragma: no cover
    # remove all uses of 'app' here

Also, there is a syntax error in set_tracer_provider(tracer_provider=tracer_provider. Closing parenthesis missing.

set_tracer_provider(tracer_provider=tracer_provider)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant