mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 21:05:10 +00:00
34 lines
No EOL
857 B
YAML
34 lines
No EOL
857 B
YAML
---
|
|
# For more options, see https://docs.honeybadger.io/lib/ruby/gem-reference/configuration
|
|
|
|
api_key: '<%= ENV["HONEYBADGER_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
|
|
|
|
# Enable Honeybadger Insights
|
|
insights:
|
|
enabled: false
|
|
|
|
user_informer:
|
|
enabled: true
|
|
info: "{{error_id}}" |