Skip to content

Commit

Permalink
add missing requires to appsec
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed May 14, 2024
1 parent e8c0741 commit d70f956
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/datadog/appsec.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 'appsec/configuration'
require_relative 'appsec/extensions'
require_relative 'appsec/scope'
Expand Down
1 change: 1 addition & 0 deletions lib/datadog/appsec/contrib/sinatra/integration.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require_relative '../../../tracing/contrib'
require_relative '../integration'

require_relative 'patcher'
Expand Down
1 change: 1 addition & 0 deletions lib/datadog/appsec/contrib/sinatra/patcher.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
require_relative 'gateway/route_params'
require_relative 'gateway/request'
require_relative '../../../tracing/contrib/sinatra/framework'
require_relative '../../../tracing/contrib'

module Datadog
module AppSec
Expand Down

0 comments on commit d70f956

Please sign in to comment.