Skip to content

Commit

Permalink
test loading
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jul 1, 2024
1 parent e332f8b commit f3d3b45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/di/extensions.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require_relative '../core/configuration'
require_relative 'configuration'

module Datadog
Expand Down
2 changes: 2 additions & 0 deletions spec/loading_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
REQUIRES = {
'datadog/appsec' => 'Datadog::AppSec',
'datadog/core' => 'Datadog::Core',
'datadog/di' => 'Datadog::DI',
'datadog/di/init' => 'Datadog::DI::CodeTracker',
'datadog/kit' => 'Datadog::Kit',
'datadog/profiling' => 'Datadog::Profiling',
'datadog/tracing' => 'Datadog::Tracing',
Expand Down

0 comments on commit f3d3b45

Please sign in to comment.