1 2 3 4 5 6 7 8 9
module SentryHelper def sentry_enabled? Gitlab::Sentry.enabled? end def sentry_context Gitlab::Sentry.context(current_user) end end