Skip to content

Commit

Permalink
Document registry conundrum
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jul 23, 2021
1 parent 0416d9f commit dca2ae5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ddtrace/contrib/extensions.rb
Expand Up @@ -6,6 +6,12 @@ module Datadog
module Contrib
# Extensions that can be added to the base library
# Adds registry, configuration access for integrations.
#
# DEV: The Registry should probably be part of the core tracer
# as it represents a global tracer repository that is strongly intertwined
# with the tracer lifecycle and deeply modifies the tracer initialization
# process.
# Most of this file should probably live inside the tracer core.
module Extensions
def self.extended(base)
base.extend(Helpers)
Expand Down

0 comments on commit dca2ae5

Please sign in to comment.