module Multiwoven::Integrations::Core::Utils

def report_exception(exception, meta = {})

def report_exception(exception, meta = {})
  reporter = Integrations::Service.exception_reporter
  reporter&.report(exception, meta)
end