Skip to content

Commit

Permalink
Add honeybader (#1382)
Browse files Browse the repository at this point in the history
* add gem honeybadger

* add the honeybadger yml file

---------

Co-authored-by: Tyranja <tyranja@cassiopeia.uberspace.de>
  • Loading branch information
tyranja and Tyranja authored Jul 16, 2024
1 parent 758ce68 commit 852e500
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions config/honeybadger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# For more options, see https://docs.honeybadger.io/lib/ruby/gem-reference/configuration

api_key: 'hbp_GmXCMiafwHwJAVktJXxD8ulOKCp2KM2lXo26'

# 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: true

# Enable Honeybadger Insights
insights:
enabled: true

0 comments on commit 852e500

Please sign in to comment.