Files

5 lines
144 B
Ruby
Raw Permalink Normal View History

2020-05-31 22:38:19 +02:00
AnalyticsRuby = Segment::Analytics.new({
write_key: ENV.fetch("SEGMENT_SERVER_KEY", ""),
on_error: Proc.new { |_status, msg| print msg }
})