Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Oct 2, 2024
1 parent 0d64696 commit e641e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
([#4094](https://github.com/open-telemetry/opentelemetry-python/pull/4094))
- Implement events sdk
([#4176](https://github.com/open-telemetry/opentelemetry-python/pull/4176))
- Enable configuration of logging format and level in auto-instrumentation
([#4203](https://github.com/open-telemetry/opentelemetry-python/pull/4203))

## Version 1.27.0/0.48b0 (2024-08-28)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ def _initialize_components(
id_generator: IdGenerator = None,
logging_enabled: Optional[bool] = None,
):
print("_initialize_components")
if trace_exporter_names is None:
trace_exporter_names = []
if metric_exporter_names is None:
Expand Down

0 comments on commit e641e75

Please sign in to comment.