Skip to content

Commit

Permalink
Re-export public symbols in opentelemetry.context (#3332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngnpope committed Jul 5, 2023
1 parent 67e6deb commit 84357bf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions opentelemetry-api/src/opentelemetry/context/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,13 @@ def detach(token: object) -> None:
_SUPPRESS_HTTP_INSTRUMENTATION_KEY = create_key(
"suppress_http_instrumentation"
)

__all__ = [
"Context",
"attach",
"create_key",
"detach",
"get_current",
"get_value",
"set_value",
]

0 comments on commit 84357bf

Please sign in to comment.