Sha256: 4d64d69127a4ac32b2c4279d7a4640e36b3a2f9c4fed6a5ba9d13c24178d86fc
Contents?: true
Size: 725 Bytes
Versions: 2
Compression:
Stored size: 725 Bytes
Contents
--- # For more options, see https://docs.honeybadger.io/lib/ruby/gem-reference/configuration api_key: <%= @api_key %> # The environment your app is running in. env: "<%= Rails.env %>" # The absolute path to your project folder. root: "<%= Rails.root.to_s %>" # Honeybadger won't report errors in these environments. development_environments: - test - development - cucumber # By default, Honeybadger won't report errors in the development_environments. # You can override this by explicitly setting report_data to true or false. # report_data: true # The current Git revision of your project. Defaults to the last commit hash. # revision: null # Enable verbose debug logging (useful for troubleshooting). debug: false
Version data entries
2 entries across 2 versions & 1 rubygems