module Sentry

def csp_report_uri

Returns:
  • (String, nil) -
def csp_report_uri
  return unless initialized?
  configuration.csp_report_uri
end