module Sentry::Net::HTTP

def from_sentry_sdk?

def from_sentry_sdk?
  dsn = Sentry.configuration.dsn
  dsn && dsn.host == self.address
end