module Datadog::AppSec::Contrib::Sinatra::Framework

def self.setup

Configure Rack from Sinatra, but only if Rack has not been configured manually beforehand
def self.setup
  Datadog.configuration.appsec.instrument(:rack)
end