module Sentry::Rails::Tracing

def self.get_current_transaction

def self.get_current_transaction
  Sentry.get_current_scope.get_transaction if Sentry.initialized?
end