Skip to content

Commit

Permalink
fix telemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
majorgreys committed Aug 24, 2023
1 parent b00aa59 commit 95a2c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
# finalization. In order to support 3.12, we start the writer upon initialization.
# See https://github.com/python/cpython/pull/104826.
if sys.version_info >= (3, 12):
telemetry.telemetry_writer.start()
telemetry.telemetry_writer.enable()


__all__ = [
Expand Down

0 comments on commit 95a2c3b

Please sign in to comment.