Sha256: cad6e46c907105d3f6f8a532222e7e571c0c6cfd7e440bd9584826ab6352d7c0

Contents?: true

Size: 553 Bytes

Versions: 1

Compression:

Stored size: 553 Bytes

Contents

Airbrake.configure do |config|
  # comment out if sending exceptions in the development environment 
  # is needed as well
  # config.development_environments.delete("development")
end

HockeyBrake.configure do |config|

  # the bundle id
  config.app_bundle_id= "###YOUR BUNDLE IDENTIFIER FROM HOCKEYAPP###"

  # The application ID in hockey app
  config.app_id="###YOUR APP SECRET###"

  # The application version, you can use the different environments
  # as version, otherwise use the name of your version 
  config.app_version="#{Rails.env}"

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hockeybrake-0.0.2 lib/generators/hockeybrake/templates/initializer.rb