Skip to content

Instantly share code, notes, and snippets.

@calvinfo
Created January 30, 2013 01:02
Show Gist options
  • Save calvinfo/4669667 to your computer and use it in GitHub Desktop.
Save calvinfo/4669667 to your computer and use it in GitHub Desktop.
Analytics-Ruby debugging
error_handler = Proc.new { |status, msg| print status, msg }
Analytics.init(secret: "mysecret", on_error: error_handler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment