Sha256: d7b8a62859e9726a5331ecc3b7afa13a02d52d4c9889af976310d3298ba16f1b

Contents?: true

Size: 447 Bytes

Versions: 2

Compression:

Stored size: 447 Bytes

Contents

require 'ratchetio/rails'
Ratchetio.configure do |config|
  config.access_token = <%= access_token_expr %>

  # Add exception class names to the exception_level_filters hash to
  # change the level that exception is reported at. Note that if an exception
  # has already been reported and logged the level will need to be changed
  # via the ratchet.io interface.
  # config.exception_level_filters.merge!('MyCriticalException' => 'critical')
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ratchetio-0.3.2 lib/generators/ratchetio/templates/initializer.rb
ratchetio-0.3.1 lib/generators/ratchetio/templates/initializer.rb