debian-mirror-gitlab/app/helpers/product_analytics_helper.rb
2020-10-24 23:57:45 +05:30

12 lines
240 B
Ruby

# frozen_string_literal: true
module ProductAnalyticsHelper
def product_analytics_tracker_url
ProductAnalytics::Tracker::URL
end
def product_analytics_tracker_collector_url
ProductAnalytics::Tracker::COLLECTOR_URL
end
end