Skip to content

Commit

Permalink
add methods imports in __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
zubenkoivan committed Apr 22, 2021
1 parent 7a16dde commit c6e3eb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion platform_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from .trace import (
make_request_logging_trace_config,
make_sentry_trace_config,
make_zipkin_trace_config,
new_sampled_trace,
new_trace,
new_trace_cm,
Expand All @@ -23,12 +24,13 @@
__all__ = [
"init_logging",
"HideLessThanFilter",
"setup_zipkin_tracer",
"make_request_logging_trace_config",
"make_sentry_trace_config",
"make_zipkin_trace_config",
"notrace",
"setup_sentry",
"setup_zipkin",
"setup_zipkin_tracer",
"trace",
"trace_cm",
"new_sampled_trace",
Expand Down

0 comments on commit c6e3eb8

Please sign in to comment.