jam-cloud/admin/config/initializers/bugsnag.rb

8 lines
299 B
Ruby
Raw Normal View History

Bugsnag.configure do |config|
2021-01-05 00:38:15 +00:00
config.api_key = "fa0e229f687bcb2c8711fcb80223744e"
2018-01-15 03:50:26 +00:00
#config.use_ssl = false
config.notify_release_stages = ["production"] # add 'development' if you want to test a feature locally
config.auto_notify = true
2013-09-22 02:18:33 +00:00
config.app_version = JamAdmin::VERSION
end