Initial commit
This commit is contained in:
4
config/initializers/analytics_ruby.rb
Normal file
4
config/initializers/analytics_ruby.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
AnalyticsRuby = Segment::Analytics.new({
|
||||
write_key: ENV.fetch("SEGMENT_SERVER_KEY", ""),
|
||||
on_error: Proc.new { |_status, msg| print msg }
|
||||
})
|
||||
Reference in New Issue
Block a user