Skip to content

Commit

Permalink
fix: adding some debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamir David authored and Tamir David committed Aug 18, 2024
1 parent 632eaac commit 78f3f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions initializer/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
MINIMUM_PYTHON_SUPPORTED_VERSION = (3, 8)

def _initialize_components(trace_exporters = None, metric_exporters = None, log_exporters = None , span_processor = None):
print("_initialize_components")
resource_attributes_event = threading.Event()
client = None

Expand Down

0 comments on commit 78f3f1e

Please sign in to comment.