class Sentry::LogEvent
def populate_sentry_attributes!
def populate_sentry_attributes! @attributes["sentry.origin"] ||= @origin if @origin @attributes["sentry.message.template"] ||= template if has_parameters? end
def populate_sentry_attributes! @attributes["sentry.origin"] ||= @origin if @origin @attributes["sentry.message.template"] ||= template if has_parameters? end